This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app/helpers
Gerhard Schlager d055552994
Fix i18n issues reported on Crowdin (#11747)
* Pluralize `groups.errors.adding_too_many_users`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/248/en-ar#53882

* Pluralize `js.composer.error.title_too_short`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#41172

* Pluralize `js.composer.error.title_too_long`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#41174

* Pluralize `js.composer.error.post_length`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#41178

* Pluralize `js.topic.progress.jump_prompt_of`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#41958

* Use translations to join strings about posters
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/248/en-ar#49334
  It also makes some changes to the crawler view:
    * Removes `poster.moreCount` which is only available on the client for PMs
    * CSS class names are actually stored in `poster.extras` instead of `poster.extraClasses`

* Stop concatenating category stats
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#40740

* Pluralize `js.summary.description`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#40782

* Pluralize `js.summary.description_time_MF`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#40784

* Use translation to join list of tags
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#43372

* Pluralize `admin_js.admin.groups.manage.membership.automatic_membership_user_count`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#43720

* Pluralize `js.post.controls.delete_topic_confirm_modal`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#54804

* Stop concatenating `js.post.last_edited_on`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#42358

* Stop concatenating `js.post.wiki_last_edited_on`
  This fixes https://discourse.crowdin.com/translate/f3230e7607a36bb0a2f97fd90605a44e/246/en-ar#42356
  It also fixes a regression because `js.post.wiki_last_edited_on` wasn't used anymore since 2017.
2021-02-02 10:50:04 +01:00
..
application.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
border-color.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
bound-avatar-template.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
bound-avatar.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
bound-category-link.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
bound-date.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
capitalize-string.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
category-badge.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
category-link.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
cold-age-class.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
custom-html.js DEV: Move preload-store to discourse/lib/preload-store 2020-05-06 15:28:06 -04:00
dash-if-empty.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
dasherize.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
decorate-username-selector.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
dir-span.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
discourse-tag.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
discourse-tags.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
editable-value.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
fa-icon-node.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
float.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
format-age.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
format-date.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
format-username.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
icon-or-image.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
inline-date.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
loading-spinner.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
node.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
page-reloader.js DEV: Abstract Ember.testing so our application code doesn't use it 2020-05-29 12:16:58 -04:00
period-title.js FIX: makes dashboard periods use current day and weekly 7 days (#10817) 2020-10-05 10:32:12 +02:00
raw-plugin-outlet.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
raw.js Quite a few Ember-CLI / Upgrade related changes (#11867) 2021-01-29 10:19:54 -05:00
replace-emoji.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
reviewable-history-description.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
reviewable-status.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
route-action.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
share-url.js DEV: don't add username to share links when badges are disabled (#10730) 2020-09-29 00:12:16 +08:00
shorten-url.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
slow-mode.js FIX: Staff can create and edit posts even if a topic is in slow mode. (#11057) 2020-10-28 16:47:50 -03:00
theme-helpers.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
topic-featured-link.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
topic-link.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
topic-status-icons.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
user-avatar.js Fix i18n issues reported on Crowdin (#11747) 2021-02-02 10:50:04 +01:00
user-status.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00