]> cat aescling's git repositories - mastodon.git/commit
Add Dutch translation (nl) (#1682)
authorKoala Yeung <koalay@gmail.com>
Thu, 13 Apr 2017 14:02:23 +0000 (22:02 +0800)
committerEugen <eugen@zeonfederated.com>
Thu, 13 Apr 2017 14:02:23 +0000 (16:02 +0200)
commit1206627c5957c9c2afea7126dbe6d44e2b00a849
tree299e89f9cddbe193a71315e27299fac2d89b4bbd
parentedefcfcf4239675afd99539810d18f128266007a
Add Dutch translation (nl) (#1682)

* Dutch language files for Ruby code

 * Created RoR translation ymls:
   * config/locales/devise.nl.yml
   * config/locales/doorkeeper.nl.yml
   * config/locales/nl.yml
   * config/locales/simple_form.nl.yml

 * Modified RoR config and helper
   * app/helpers/settings_helper.rb
   * config/application.rb

* Dutch language javascript locale

 * Created javascript locale files:
   * app/assets/javascripts/components/locales/index.jsx
   * app/assets/javascripts/components/locales/nl.jsx

 * Reference the newly created locale files:
   * app/assets/javascripts/components/containers/mastodon.jsx

* Fix syntax error in locale file (nl)

* Fix missing translate in js locale (nl)

* Convert all ruby Dutch locale (nl) file to utf8

Fix yml conversion issues.

* Fix duplicated key in devise.nl.yml

* Fix indentation error in doorkeeper.nl.yml
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/locales/index.jsx
app/assets/javascripts/components/locales/nl.jsx [new file with mode: 0644]
app/helpers/settings_helper.rb
config/application.rb
config/locales/devise.nl.yml [new file with mode: 0644]
config/locales/doorkeeper.nl.yml [new file with mode: 0644]
config/locales/nl.yml [new file with mode: 0644]
config/locales/simple_form.nl.yml [new file with mode: 0644]