about summary refs log tree commit diff
path: root/app/assets/javascripts/components/locales/en.jsx
AgeCommit message (Collapse)Author
2017-04-19fix search text 'zero' (#2150)matsurai25
2017-04-19Update title text for "reply all" button (#2118)Misty De Meo
2017-04-16Show error message if video cannot be loaded (#1879)Isabelle Knott
2017-04-15English localization for mention notification was missing (#1867)Eugen
2017-04-15Add list of muted user to UI and Getting Started (#1799)Patrick Figel
Add the same UI that already exists for blocked users for muted ones and add it to the "Getting Started" menu.
2017-04-13quick typo fix in en.jsx: Rejec -> Reject (#1701)R Tucker
2017-04-13translation: Fix comment out issue in en.jsx (#1698)INAGAKI Hiroshi
2017-04-13Merge branch 'videolightbox' of git://github.com/blackle/mastodon into ↵Eugen Rochko
blackle-videolightbox
2017-04-13Fix language export variables (#1689)Matt Jankowski
* Fix naming of JS locale constants * Improve the translation instructions re: const names
2017-04-13Allow video to be expanded into lightboxblackle
2017-04-13Update javascript English translation files and some defaultValue (#1676)Koala Yeung
* 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-08Add some missing strings to prevent some React warning in the console (#1230)Alda Marteau-Hardi
2017-04-03GitHub should be capitalizedDavid Baumgold
2017-03-26Clarify post privacy warningshel
I was informed that the current warning if you @ a remote server in a private post is inadequate. These are suggested changes to better inform users.
2017-03-26Compose form layout fixesEugen Rochko
2017-03-04Rename "the whole known network" timeline to "federated timeline"Eugen Rochko
Remove note about following Gargron@mastodon.social from getting started text
2017-03-01Improved dropdownsEugen Rochko
2017-02-19Fix links and wordingEugen Rochko
2017-02-19Adjust naming of public timeline -> "local timeline" vs "whole known network"Eugen Rochko
2017-02-19Split public timeline into "public timeline" which is local, andEugen Rochko
"whole known network" which is what public timeline used to be Only domain blocks with suspend severity will block PuSH subscriptions Silenced accounts should not appear in conversations unless followed
2017-02-13Add remote mentions warning when composing a private statusEugen Rochko
2017-02-11Add privacy disclaimershel
Add variable for text of privacy disclaimer
2017-01-27Clean upEugen Rochko
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2017-01-08Add call-to developers on getting started pageblackle
2017-01-04Differentiate settings linksJessica Stokes
The "settings" links in the Getting Started section (or, if #399 were to happen, "more" menu) and compose sections are now different; the "compose" link is "Edit profile," while the one in the Getting Started section is now "Preferences." All languages have been updated to accommodate this, based on the existing usages of these phrases in language files in the Rails part of the app! addresses part of #384
2017-01-02See #244 - Added notifications column settings to filter what's displayedEugen Rochko
in the column and what appears as desktop notifications. Settings do not persist yet
2016-12-23Fix confirmation email being sent to old address when changing itEugen Rochko
2016-12-23Compose form in the UI now has public/private toggle instead of public/unlistedEugen Rochko
2016-12-12Adding some navigation items from #262 to the getting started screenEugen Rochko
2016-12-01Replace "Unlisted mode" with more explicit textAndrea Faulds
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
Fix #233, fix #268
2016-11-26Public and hashtag timelines now exclude reblogs and repliesEugen Rochko
Fix #289 - don't download avatar unless the URL is http/https Fix #293 - reblog/reblogged is now boost/boosted
2016-11-24Remove Neo4JEugen Rochko
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and ↵Eugen Rochko
notifications, skip ActionCable for follow/unfollow/block events, instead clear UI from blocked account's posts instantly if block request succeeds. Add forgotten i18n for sensitive content
2016-11-23Rename "publish" to "toot" in english locale, fix lightbox showing old imageEugen Rochko
before loading new one, cache notifications API, fix missing follow button on public profiles
2016-11-20Adding notifications columnEugen Rochko
2016-11-18Adding german localizationEugen Rochko