diff options
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rwxr-xr-x | app/helpers/link_to_helper.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 12f19a312..935912a61 100755 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -203,12 +203,6 @@ module LinkToHelper params['locale'] = locale return url_for(params) end - - def locale_name(locale) - return "English" if locale == "en" - return "Srpski" if locale == "sr" - return "Shqip" if locale == "sq" - return locale - end + end |