4430c67069
- 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
8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
# Used in the deck configuration screen to show how many decks are used
|
|
# by a particular configuration group, eg "Group1 (used by 3 decks)"
|
|
deck-config-used-by-decks = used by { $decks ->
|
|
[one] 1 deck
|
|
*[other] {$decks} decks
|
|
}
|
|
|