diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-16 21:22:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 21:22:42 -0400 |
commit | 681effece90ff4e892506ee5f5057bee4776c48b (patch) | |
tree | 4b98fbca594089a7e90d7c617ebb3b2a230678cf /core/src | |
parent | 75132277968b513d4ac0e7b99c59ad0748cbb675 (diff) | |
download | kau-681effece90ff4e892506ee5f5057bee4776c48b.tar.gz kau-681effece90ff4e892506ee5f5057bee4776c48b.tar.bz2 kau-681effece90ff4e892506ee5f5057bee4776c48b.zip |
Translations (#89)
* Update strings
* Delete extra file
* Update strings
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/res-public/values/strings_commons.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res-public/values/strings_commons.xml b/core/src/main/res-public/values/strings_commons.xml index 6bea9a6..bb95d23 100644 --- a/core/src/main/res-public/values/strings_commons.xml +++ b/core/src/main/res-public/values/strings_commons.xml @@ -69,6 +69,6 @@ Most resources are verbatim and x represents a formatted item </plurals> <string name="kau_yes">Yes</string> <string name="kau_permission_denied">Permission denied</string> - <string name="kau_0">0</string> - <string name="kau_bullet_point">•</string> + <string name="kau_0" translatable="false">0</string> + <string name="kau_bullet_point" translatable="false">•</string> </resources> |