mastodon/app/assets/javascripts/components/features
Koala Yeung faefd8ec8f Update javascript English translation files and some defaultValue (#1676)
* Reorder javascript English locale file

 * Reorder translation string in order of the locale key.

* Add javascript English locale missing language keys

 * Search all javascript language keys by command:
   `grep -REho '<FormattedMessage .*\/>' ./app/assets/javascripts/.`

 * Add all the missing language keys and their values to `en.jsx`.

* Add javascript English locale missing language keys (2)

* Find all `defineMessages` calls with this command:
  `grep -Rl 'defineMessages({.*' ./app/assets/javascripts/.`

* Open all these files. Find the language key (`id`) in these
  statements.

* Add all the missing language keys and their values to `en.jsx`.

* Remove javascript English locale obsoleted language keys

 * Find all language keys that no longer exists in the source code
  and remove them. The removed keys include:

    * "compose_form.private"
    * "compose_form.unlisted"
    * "getting_started.about_addressing"
    * "getting_started.about_shortcuts"
    * "notification.mention"
    * "search.account"
    * "search.hashtag"
    * "tabs_bar.mentions"
    * "tabs_bar.public"

* Javascript English locale file add note

 * Add notes to contributors about the English translation files.
   Hope that will make translation process smoother.

* Update javascript locale defaultValue in code

 * Update the defaultValue in code according to the relevant
   translation in English locale file.
2017-04-13 12:57:41 +02:00
..
account/components Fix web UI profile clickable area overlapping with follow button area 2017-03-31 14:23:44 +02:00
account_timeline Fix #231 - Muting 2017-03-02 18:49:32 +01:00
blocks Add link to blocked users to getting started page 2017-02-05 19:22:05 +01:00
community_timeline Update javascript English translation files and some defaultValue (#1676) 2017-04-13 12:57:41 +02:00
compose Update javascript English translation files and some defaultValue (#1676) 2017-04-13 12:57:41 +02:00
favourited_statuses Resolve confusion between ColumnBackButton and the slim version that 2017-01-30 15:22:04 +01:00
favourites Adding notifications column 2016-11-20 19:39:58 +01:00
follow_requests Fix #1491 - Fix broken notifications, broken Link header parsing for exclude_types (#1548) 2017-04-11 22:53:58 +02:00
followers Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in the UI 2017-01-31 22:35:38 +01:00
following Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in the UI 2017-01-31 22:35:38 +01:00
generic_not_found Add "not found" component to UI 2017-01-10 13:50:59 +01:00
getting_started Update javascript English translation files and some defaultValue (#1676) 2017-04-13 12:57:41 +02:00
hashtag_timeline Improve glow 2017-02-23 02:14:35 +01:00
home_timeline Add titles to more icons, and change clear notifications icon. (#1101) 2017-04-08 13:07:55 +02:00
notifications Fix #1491 - Fix broken notifications, broken Link header parsing for exclude_types (#1548) 2017-04-11 22:53:58 +02:00
public_timeline Update javascript English translation files and some defaultValue (#1676) 2017-04-13 12:57:41 +02:00
reblogs Adding notifications column 2016-11-20 19:39:58 +01:00
report Fix #634 - Only include innermost-level statuses in report UI 2017-02-15 00:01:52 +01:00
status Use shift+click instead of alt+click to bypass boost dialog (#1638) 2017-04-13 02:15:45 +02:00
ui Use shift+click instead of alt+click to bypass boost dialog (#1638) 2017-04-13 02:15:45 +02:00