Zen

Translation

Explanation for issues of type "ImpliedQuantity": Plural strings should generally include a %s or %d formatting argument. In locales like English, the one quantity only applies to a single value, 1, but that's not true everywhere. For example, in Slovene, the one quantity will apply to 1, 101, 201, 301, and so on. Similarly, there are locales where multiple values match the zero and two quantities.

In these locales, it is usually an error to have a message which does not include a formatting argument (such as '%d'), since it will not be clear from the grammar what quantity the quantity string is describing.

https://developer.android.com/guide/topics/resources/string-resource.html#Plurals

tag_entry_count
English

Plural formula: n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2

User avatar anonymous

Suggestion added

Suggested change:

Failing checks:

Missing plurals 3 years ago

Loading…

User avatar TBog

Translation changed

3 years ago
User avatar TBog

Automatically translated

3 years ago
User avatar None

Suggestion added

3 years ago
Browse all string changes

Things to check

Suggestions

There is 1 suggestion for this string.

View

Missing plurals

Some plural forms are untranslated

Reset

Glossary

English Romanian
No related strings found in the glossary.

String information

Explanation

Explanation for issues of type "ImpliedQuantity": Plural strings should generally include a %s or %d formatting argument. In locales like English, the one quantity only applies to a single value, 1, but that's not true everywhere. For example, in Slovene, the one quantity will apply to 1, 101, 201, 301, and so on. Similarly, there are locales where multiple values match the zero and two quantities.

In these locales, it is usually an error to have a message which does not include a formatting argument (such as '%d'), since it will not be clear from the grammar what quantity the quantity string is describing.

https://developer.android.com/guide/topics/resources/string-resource.html#Plurals

Key
tag_entry_count
Flags
java-printf-format
String age
3 years ago
Last updated
a year ago
Source string age
3 years ago
Translation file
app/src/main/res/values-ro/strings.xml, string 491