freezedev / lyria

Lightweight DOM-based game framework
The Unlicense
8 stars 0 forks source link

localization possibilities #13

Closed Polooo2 closed 10 years ago

Polooo2 commented 11 years ago

Add possibility to define singular/plural or formatting for localization:

e.g. "test" : { "1" : "Found {{1}} Test", "n" : "Found {{1}} Tests" }