mastodon/app/helpers
Koala Yeung 24eb45425e Add Traditional Chinese, Hong Kong translation (zh-HK) (#1544)
* Added Chinese Traditional Hong Kong (zh-HK) for Ruby

* Added translations for Ruby.

* Added Chinese Traditional Hong Kong (zh-HK) for JS

* Added translations for javascript code.

* Rearrange language references in mastodon.jsx

* Break `addLocaleData` into multiple lines. Make future commit more readable.
* Roughly re-sort the languages in alphabetical orders
  (only manually put English on top because it is default).

* Sort application.rb locale with alphabetical order

With exception that English (default language) goes first.
Improve code readability.

* Resort language selection box alphabetically

Sort HUMAN_LOCALES in the alphabetical order of display name
(except English, the default language, come first).

Improve usability.
2017-04-12 08:50:50 +02:00
..
admin Helper cleanup (#1348) 2017-04-09 17:11:37 +02:00
application_helper.rb Do not use expiring links after all 2016-12-04 13:02:43 +01:00
home_helper.rb Improve initialState loading 2017-01-09 12:37:53 +01:00
routing_helper.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 2016-11-15 16:56:29 +01:00
settings_helper.rb Add Traditional Chinese, Hong Kong translation (zh-HK) (#1544) 2017-04-12 08:50:50 +02:00
site_title_helper.rb Use Setting.site_title value for `og:site_name` occurrences (#1194) 2017-04-08 12:15:40 +02:00
stream_entries_helper.rb Remove unused methods from StreamEntriesHelper (#1365) 2017-04-11 19:32:02 +02:00