Refactor translation names & remove no translate unclear file
This commit is contained in:
parent
96ebd6dbd0
commit
ae7ad29dc0
2 changed files with 6 additions and 5 deletions
|
@ -131,16 +131,19 @@ android {
|
||||||
dimension "version"
|
dimension "version"
|
||||||
applicationId "net.osmand"
|
applicationId "net.osmand"
|
||||||
resValue "string", "app_name", "OsmAnd"
|
resValue "string", "app_name", "OsmAnd"
|
||||||
|
resValue "string", "app_edition", ""
|
||||||
}
|
}
|
||||||
amazonFull {
|
amazonFull {
|
||||||
dimension "version"
|
dimension "version"
|
||||||
applicationId "net.osmand.plus"
|
applicationId "net.osmand.plus"
|
||||||
resValue "string", "app_name", "OsmAnd+"
|
resValue "string", "app_name", "OsmAnd+"
|
||||||
|
resValue "string", "app_edition", ""
|
||||||
}
|
}
|
||||||
huawei {
|
huawei {
|
||||||
dimension "version"
|
dimension "version"
|
||||||
applicationId "net.osmand.huawei"
|
applicationId "net.osmand.huawei"
|
||||||
resValue "string", "app_name", "OsmAnd"
|
resValue "string", "app_name", "OsmAnd"
|
||||||
|
resValue "string", "app_edition", ""
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build that includes 3D OpenGL release
|
// Build that includes 3D OpenGL release
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">OsmAnd~</string>
|
<!-- Part of build.gradle -->
|
||||||
|
<!-- <string name="app_name">OsmAnd~</string> -->
|
||||||
|
<!-- <string name="app_edition"></string> -->
|
||||||
<!-- string name="app_version_suffix"></string -->
|
<!-- string name="app_version_suffix"></string -->
|
||||||
|
|
||||||
<!-- Not translatable -->
|
<!-- Not translatable -->
|
||||||
|
@ -8,11 +10,7 @@
|
||||||
<string name="srtm_plugin_price">€2,99</string>
|
<string name="srtm_plugin_price">€2,99</string>
|
||||||
<string name="sea_depth_maps_price">€1,39</string>
|
<string name="sea_depth_maps_price">€1,39</string>
|
||||||
<string name="osm_live">OsmAnd Live</string>
|
<string name="osm_live">OsmAnd Live</string>
|
||||||
<string name="ga_api_key">UA-28342846-2</string>
|
|
||||||
<string name="ga_dispatchPeriod">10</string>
|
|
||||||
<string name="ga_debug">true</string>
|
|
||||||
<string name="openstreetmap_copyright"><a href="https://www.openstreetmap.org/copyright">© OpenStreetMap</a></string>
|
<string name="openstreetmap_copyright"><a href="https://www.openstreetmap.org/copyright">© OpenStreetMap</a></string>
|
||||||
<string name="app_edition"></string>
|
|
||||||
<string name="support_email">support@osmand.net</string>
|
<string name="support_email">support@osmand.net</string>
|
||||||
<string name="preferred_locale_no_translate">Display language</string>
|
<string name="preferred_locale_no_translate">Display language</string>
|
||||||
<string name="system_locale_no_translate">Device language</string>
|
<string name="system_locale_no_translate">Device language</string>
|
||||||
|
|
Loading…
Reference in a new issue