about summary refs log tree commit diff
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-03-17 19:23:39 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-03-17 19:23:39 +0100
commit4e3c68e0256e6aab4bb30f350dac4fc4386cb0b9 (patch)
tree00a495e6f4abf68dbb9ecceae729c9e5345c318a /app/helpers/application_helper.rb
parentac300173f68d2497cccf4e5bf558d95fc6105c96 (diff)
parent443d114574ef152f14815afc5c4ed5c977dd9205 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `app/helpers/accounts_helper.rb`:
  Upstream fixed an issue that glitch-soc did not have, in a place with
  glitch-soc changes to hide the number of followers.
  Kept glitch-soc's code.
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 818253e86..eace78af6 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -9,9 +9,9 @@ module ApplicationHelper
 
   RTL_LOCALES = %i(
     ar
+    ckb
     fa
     he
-    ku
   ).freeze
 
   def friendly_number_to_human(number, **options)