Skip to content

Commit

Permalink
Add Czech language option and locale data (mastodon#8594)
Browse files Browse the repository at this point in the history
* Added Czech language option

* Added Czech language option

* Add Czech locale data

* Delete duplicate locale-data/cs.js

Duplicate locale-data is ignored in Mastodon.

see https://github.com/tootsuite/mastodon/blob/v2.5.0/config/webpack/generateLocalePacks.js#L25-L35
  • Loading branch information
Aditoo17 authored and root committed Oct 10, 2018
1 parent 65662b3 commit 64ba1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/settings_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module SettingsHelper
bg: 'Български',
ca: 'Català',
co: 'Corsu',
cs: 'Čeština',
cy: 'Cymraeg',
da: 'Dansk',
de: 'Deutsch',
Expand Down
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Application < Rails::Application
:bg,
:ca,
:co,
:cs,
:cy,
:da,
:de,
Expand Down

0 comments on commit 64ba1ff

Please # to comment.