mastodon/app/assets/javascripts/components/features/compose/components
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
..
autosuggest_account.jsx Fix #1491 - Fix broken notifications, broken Link header parsing for exclude_types (#1548) 2017-04-11 22:53:58 +02:00
autosuggest_status.jsx Fix full-text search query quotation, improve tag search performance with an index, 2017-03-22 17:36:34 +01:00
character_counter.jsx Character counter fix 2017-02-27 04:32:41 -08:00
compose_form.jsx Update javascript English translation files and some defaultValue (#1676) 2017-04-13 12:57:41 +02:00
emoji_picker_dropdown.jsx Improve emoji picker look (#1493) 2017-04-11 23:23:34 +02:00
navigation_bar.jsx When avatar/header are GIF, generate static versions (#1428) 2017-04-11 00:38:58 +02:00
privacy_dropdown.jsx Add tooltip to privacy dropdown 2017-03-26 13:30:57 +02:00
reply_indicator.jsx When avatar/header are GIF, generate static versions (#1428) 2017-04-11 00:38:58 +02:00
search.jsx Fix reworked search 2017-03-31 22:45:56 +02:00
search_results.jsx Rework search 2017-03-31 21:11:09 +02:00
text_icon_button.jsx Redesigned compose form 2017-03-25 19:14:12 +01:00
upload_button.jsx Compose form layout fixes 2017-03-26 13:08:15 +02:00
upload_form.jsx Redesigned compose form 2017-03-25 19:14:12 +01:00
upload_progress.jsx Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295) 2017-03-24 03:55:45 +01:00