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 01:37:03 +0100
committerGitHub <noreply@github.com>2022-03-17 01:37:03 +0100
commitb07906bdb0127cd73662506b519183cc51a2758e (patch)
treed0cbbbc9fbcdd7ee2f0411b185613a493408c656 /app/helpers/application_helper.rb
parent779efc7656a5ad938324425f09a539c917cf6cfa (diff)
Fix wrong language code for Kurdish languages (#17812)
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 c5d9bbc19..e997570b5 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)