diff options
| author | 2016-01-07 16:26:49 +0000 | |
|---|---|---|
| committer | 2016-01-07 16:26:49 +0000 | |
| commit | 78f672ef05d9dbfbd0abf1b29b76f8cb22d84979 (patch) | |
| tree | c3691dcc4d93b0a082fd75b3be44b944414df28b | |
| parent | 81674b1ff5deedcf2f1a79f07441e506a4f66354 (diff) | |
| parent | aa2210c5c174fd681fd52fd43e55de6c018a93ad (diff) | |
Fix plurals variable to unblock Translations Pipeline. am: 61f9f31468 am: 4340e0677b
am: aa2210c5c1
* commit 'aa2210c5c174fd681fd52fd43e55de6c018a93ad':
Fix plurals variable to unblock Translations Pipeline.
| -rw-r--r-- | core/res/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index db1f03a5c503..f3acaf69a84a 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3374,6 +3374,7 @@ <!-- This is used to express that something occurred within the last X days (e.g., Last 7 days). --> <plurals name="last_num_days"> + <item quantity="one">Last <xliff:g id="count">%d</xliff:g> day</item> <item quantity="other">Last <xliff:g id="count">%d</xliff:g> days</item> </plurals> |