Feature #363
Updated by Soren Stoutner almost 6 years ago
https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_and_Plurals Currently we have the following custom strings. As more languages are added this could grow exponentially. <string name="selected_russian_ends_in_1">выбрана</string> <string name="selected_russian_ends_in_2">выбраны</string> <string name="selected_russian_everything_else">выбрано</string> <string name="bookmarks_deleted_russian_ends_in_1">закладка удалена</string> <string name="bookmarks_deleted_russian_ends_in_2">закладки удалены</string> <string name="bookmarks_deleted_russian_everything_else">акладок удалено</string> It might be possible to remove the need for these by reworking the text from `___ Selected` to `Selected: _________` _______` and from `___ `______ Bookmarks Deleted` to `Bookmarks Deleted: _________`. ________`.