Project

General

Profile

Actions

Feature #363

closed
SS SS

Consider reworking numbered strings to avoid translation problems

Feature #363: Consider reworking numbered strings to avoid translation problems

Added by Soren Stoutner over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Next Release
Start date:
12/25/2018
Due date:
% Done:

0%

Estimated time:

Description

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: ___`.

SS Updated by Soren Stoutner over 7 years ago Actions #1

  • Description updated (diff)

SS Updated by Soren Stoutner over 7 years ago Actions #2

  • Description updated (diff)

SS Updated by Soren Stoutner over 7 years ago Actions #3

  • Description updated (diff)

SS Updated by Soren Stoutner over 7 years ago Actions #4

  • Description updated (diff)

SS Updated by Soren Stoutner over 7 years ago Actions #5

  • Description updated (diff)
Actions

Also available in: PDF Atom