diff options
author | Marco Brohet <therbom@gmail.com> | 2013-06-24 11:54:55 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-07-30 03:10:14 +0000 |
commit | eff15e18f59d805adfec89d015355ca096773b19 (patch) | |
tree | 5840389a98867bac90b092e9bdd4d2f4baa7e6d9 /core | |
parent | 93b24b8b3f3ce6e86ed89215fae69fbae4dd0507 (diff) | |
download | frameworks_base-eff15e18f59d805adfec89d015355ca096773b19.zip frameworks_base-eff15e18f59d805adfec89d015355ca096773b19.tar.gz frameworks_base-eff15e18f59d805adfec89d015355ca096773b19.tar.bz2 |
Enable Estonian language
AOSP translations are present, but not activated
Change-Id: I8cf7d0c128a5f12da5440882e6f2e8e91ccf57c5
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values-et-rEE/donottranslate-maps.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/core/res/res/values-et-rEE/donottranslate-maps.xml b/core/res/res/values-et-rEE/donottranslate-maps.xml new file mode 100644 index 0000000..f1fea17 --- /dev/null +++ b/core/res/res/values-et-rEE/donottranslate-maps.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources> + + <!-- Do not translate. --> + <integer-array name="maps_starting_lat_lng"> + <item>5884131</item> + <item>2570560</item> + </integer-array> + <!-- Do not translate. --> + <integer-array name="maps_starting_zoom"> + <item>4</item> + </integer-array> + +</resources> |