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:
Robin Lee
2021-01-22 15:41:32 +01:00
parent cebe3dd17b
commit a4eb9c0797

View 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>