diff options
author | blinkseb <blinkseb@svn> | 2010-10-13 22:14:42 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-10-13 22:14:42 +0000 |
commit | fb490c5b6f538db3c18a7e53e90a32c38338da3b (patch) | |
tree | aa35498a7859c9ec6579f6ed0a619efe48053656 /language/Dutch | |
parent | 10c35a4b02f5cdfd971fe8555caf16dc42344e20 (diff) |
changed: set locale informations to 2-chars (linux compatible)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34745 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'language/Dutch')
-rw-r--r-- | language/Dutch/langinfo.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/Dutch/langinfo.xml b/language/Dutch/langinfo.xml index e9c68ef528..7ecf57a9b2 100644 --- a/language/Dutch/langinfo.xml +++ b/language/Dutch/langinfo.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<language locale="dutch"> +<language locale="nl"> <charsets> <gui unicodefont="false">CP1252</gui> <subtitle>CP1252</subtitle> @@ -10,7 +10,7 @@ <subtitle>nl</subtitle> </dvd> <regions> - <region> + <region locale="NL"> <dateshort>D-M-YYYY</dateshort> <datelong>DDDD D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> |