From 992cbb13f72366d8bd5932e31faf4c2fa6d50c4f Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Tue, 11 Dec 2012 10:55:43 +0900 Subject: [PATCH] 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. --- assets/scripts/app/views/profile.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scripts/app/views/profile.coffee b/assets/scripts/app/views/profile.coffee index 1926f149..658c3e04 100644 --- a/assets/scripts/app/views/profile.coffee +++ b/assets/scripts/app/views/profile.coffee @@ -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: '日本語' }