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:
parent
e4fb6c1fee
commit
992cbb13f7
|
@ -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: '日本語' }
|
||||
|
|
Loading…
Reference in New Issue
Block a user