Create dedicated modules for Strings and apply the plugin com.likethesalad.stem
Remove translations
This commit is contained in:
parent
da59e812a7
commit
8c93aedbc1
33 changed files with 384 additions and 182 deletions
15
libraries/ui-strings/src/main/res/values/donottranslate.xml
Executable file
15
libraries/ui-strings/src/main/res/values/donottranslate.xml
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="ellipsis" translatable="false">…</string>
|
||||
<string name="no_value_placeholder" translatable="false">–</string>
|
||||
|
||||
<!-- Temporary string -->
|
||||
<string name="not_implemented" translatable="false">Not implemented yet in ${app_name}</string>
|
||||
|
||||
<!-- onboarding english only word play -->
|
||||
<string name="cut_the_slack_from_teams" translatable="false">Cut the slack from teams.</string>
|
||||
|
||||
<!-- WIP -->
|
||||
<string name="location_map_view_copyright" translatable="false">© MapTiler © OpenStreetMap contributors</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue