X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/locale/languages.js diff --git a/examples/locale/languages.js b/examples/locale/languages.js index 09c398f0..a51c4828 100644 --- a/examples/locale/languages.js +++ b/examples/locale/languages.js @@ -1,9 +1,3 @@ -/*! - * Ext JS Library 3.3.1 - * Copyright(c) 2006-2010 Sencha Inc. - * licensing@sencha.com - * http://www.sencha.com/license - */ /* This file is automaticly generated by create_language_js.py */ // some data used in the examples @@ -19,10 +13,10 @@ Ext.exampledata.languages = [ ['da', 'Danish', 'utf-8'], ['nl', 'Dutch', 'ascii'], ['en', 'English', 'ascii'], - ['en_UK', 'English (UK)', 'ascii'], + ['en_GB', 'English (UK)', 'ascii'], ['fa', 'Farsi (Persian)', 'utf-8'], - ['fr_CA', 'France (Canadian)', 'UTF-8'], - ['fr', 'France (France)', 'UTF-8'], + ['fr_CA', 'France (Canadian)', 'utf-8'], + ['fr', 'France (France)', 'utf-8'], ['de', 'German', 'utf-8'], ['el_GR', 'Greek', 'utf-8'], ['gr', 'Greek (Old Version)', 'utf-8'],