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
(cherry picked from commit d46287c7d7a139e0ef6d1dd1ed2bf96966190634)
This commit is contained in:
Robin Lee
2021-01-22 15:41:32 +01:00
committed by Joe Hsu
parent 399a00fff0
commit 0c60c8722a

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>