Skip to content

Commit

Permalink
Revert "AO3-6720 Use Latin-script Serbian locale instead of Cyrillic" (
Browse files Browse the repository at this point in the history
…#4828)

Revert "AO3-6720 Use Latin-script Serbian locale instead of Cyrillic (#4797)"

This reverts commit 4b56f1c.
  • Loading branch information
sarken authored May 31, 2024
1 parent 11e3bd7 commit 2808474
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .phrase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ phrase:
- file: ./config/locales/phrase-exports/ru.yml
params:
locale_id: ru
- file: ./config/locales/phrase-exports/scr.yml
params:
locale_id: scr
- file: ./config/locales/phrase-exports/sk.yml
params:
locale_id: sk
- file: ./config/locales/phrase-exports/sl.yml
params:
locale_id: sl
- file: ./config/locales/phrase-exports/sr.yml
params:
locale_id: sr
- file: ./config/locales/phrase-exports/sv.yml
params:
locale_id: sv
Expand Down
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class Application < Rails::Application
I18n.config.available_locales = [
:en, :af, :ar, :bg, :bn, :ca, :cs, :cy, :da, :de, :el, :es, :fa, :fi,
:fil, :fr, :he, :hi, :hr, :hu, :id, :it, :ja, :ko, :lt, :lv, :mk,
:mr, :ms, :nb, :nl, :pl, :"pt-BR", :"pt-PT", :ro, :ru, :scr, :sk, :sl,
:sv, :th, :tr, :uk, :vi, :"zh-CN"
:mr, :ms, :nb, :nl, :pl, :"pt-BR", :"pt-PT", :ro, :ru, :sk, :sl, :sr, :sv,
:th, :tr, :uk, :vi, :"zh-CN"
]

# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
Expand Down
Loading

0 comments on commit 2808474

Please sign in to comment.