mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00

- all .ftl files for a language are concatenated into a single file at build time - all languages are included in the binary - external ftl files placed in the ftl folder can override the built-in definitions - constants are automatically generated for each string key - dropped the separate StringsGroup enum
7 lines
No EOL
177 B
Text
7 lines
No EOL
177 B
Text
valid-key = a valid key
|
|
only-in-english = not translated
|
|
two-args-key = two args: {$one} and {$two}
|
|
plural = You have {$hats ->
|
|
[one] 1 hat
|
|
*[other] {$hats} hats
|
|
}. |