Add cldr translation for values-es-rMX
This stub locale allows devices to choose Spanish (Mexico) in the setup app and Settings. There must be at least one translation in the framework for the internationalisation system to present that locale as a selectable option. Test: manual (flash a device with PRODUCT_LOCALES += es_MX and use it) Bug: 172918378 Change-Id: I0e04846a29b697d7f7acfde7c6aaa684512afbab
This commit is contained in:
8
core/res/res/values-es-rMX/donottranslate-cldr.xml
Executable file
8
core/res/res/values-es-rMX/donottranslate-cldr.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="month_day_year">%-e %B %Y</string>
|
||||
<string name="time_of_day">%H:%M:%S</string>
|
||||
<string name="date_and_time">%-e %b %Y, %H:%M:%S</string>
|
||||
<string name="date_time">%1$s, %2$s</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user