Removed unsupported locales from profile.

This should be written to populate from the I18n.translations hash but
for now, I am just getting rid of the ones that do not exist.
This commit is contained in:
Randy Morgan 2012-12-11 10:55:43 +09:00
parent e4fb6c1fee
commit 992cbb13f7

View File

@ -52,8 +52,8 @@
[
{ key: null, name: '' }
{ key: 'en', name: 'English' }
{ key: 'ca', name: 'Catalan' }
{ key: 'cs', name: 'Čeština' }
#{ key: 'ca', name: 'Catalan' }
#{ key: 'cs', name: 'Čeština' }
{ key: 'es', name: 'Español' }
{ key: 'fr', name: 'Français' }
{ key: 'ja', name: '日本語' }