mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 20:12:50 +02:00
Add plurals for saves/stamps
This commit is contained in:
@@ -16,6 +16,9 @@ struct LocaleEN : public Locale
|
||||
{
|
||||
using i18n::translation;
|
||||
using i18n::pluralForm;
|
||||
|
||||
pluralForm("save") = {"save"_ascii, "saves"_ascii};
|
||||
pluralForm("stamp") = {"stamp"_ascii, "stamps"_ascii};
|
||||
}
|
||||
|
||||
String GetIntroText() const
|
||||
|
Reference in New Issue
Block a user