diff options
author | alanwww1 <attila.jakosa@gmail.com> | 2013-06-22 00:04:11 +0200 |
---|---|---|
committer | alanwww1 <attila.jakosa@gmail.com> | 2013-06-22 00:04:11 +0200 |
commit | 8d1c8d0d70d9235c6b00c38f17b566568f9e3317 (patch) | |
tree | 83e8bb8d804d0156c9b544d1b6e4dddaffe79d2b /language/Malay | |
parent | 6357821cb6f8455ae82de3320bc25d1ed822243f (diff) |
[lang] add langinfo.xml files for new languages in master
Diffstat (limited to 'language/Malay')
-rw-r--r-- | language/Malay/langinfo.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/language/Malay/langinfo.xml b/language/Malay/langinfo.xml new file mode 100644 index 0000000000..01391a7263 --- /dev/null +++ b/language/Malay/langinfo.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<language locale="ms"> + <charsets> + <gui>CP1252</gui> + <subtitle>CP1252</subtitle> + </charsets> + + <dvd> + <menu>ms</menu> + <audio>ms</audio> + <subtitle>ms</subtitle> + </dvd> + + <regions> + <region locale="MS"> + <dateshort>DD/MM/YYYY</dateshort> + <datelong>DDDD, D MMMM YYYY</datelong> + <time symbolAM="" symbolPM="">H:mm:ss</time> + <tempunit>C</tempunit> + <speedunit>kmh</speedunit> + </region> + </regions> +</language> + |