# JiriTrecak/Laurine

Laurine - Localization code generator written in Swift. Sweet!

Repository: https://github.com/JiriTrecak/Laurine
Canonical: https://ross.abutalabs.com/products/laurine
Language: Swift
License: MIT
License Family: permissive
Last push: 2018-08-02T08:21:04+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3949, "days_push": 2953, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1248, forks 71 (observed 2026-08-28T04:04:07.853067+00:00)

## What it is
Laurine is a Swift-based localization code generator that parses .strings localization files and produces type-safe Swift or Objective-C code with a structured Localizations API. It eliminates magic strings so the compiler catches missing or mistyped localization keys and validates format specifiers.

## Use cases
- generate type-safe localization constants from .strings files
- catch missing translation keys at compile time in iOS apps
- validate format specifiers in localized strings
- replace magic strings in Swift code with generated accessors
- integrate localization codegen into an Xcode build script

## When to choose
- you develop iOS/macOS/tvOS apps in Swift or Objective-C with .strings files
- you want compile-time safety for localization keys and format arguments
- you prefer a lightweight CLI that fits into build scripts

## When to avoid
- your project uses modern String Catalogs (.xcstrings) or third-party localization tooling like SwiftGen
- you target platforms outside the Apple ecosystem
- you need actively maintained tooling - the last release was in 2018

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: internationalization, cli
- domain: developer-tools, mobile-development
- platform: cli
- tags: localization, swift, code-generator, ios, type-safety, strings-file, code-generation, macos

## Member repositories
- JiriTrecak/Laurine (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:07.853067+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:07:49.937610+00:00, confidence not recorded.
  - readme: https://github.com/JiriTrecak/Laurine (fetched 2026-08-28T04:04:07.853067+00:00, sha 521cc85f4777)
- Data as of 2026-08-30T08:39:29.467469+00:00.
