anki/rslib/ftl/deck-config.ftl

8 lines
238 B
Plaintext
Raw Normal View History

2020-02-21 11:53:20 +01:00
# 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 ->
2020-02-21 11:53:20 +01:00
[one] 1 deck
*[other] {$decks} decks
}