You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config
Koala Yeung 1206627c59 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
8 years ago
..
environments Change default log level in production from :debug to :info for less I/O (#1579) 8 years ago
initializers Quick best practice cleanup of views/helpers (#1546) 8 years ago
locales Add Dutch translation (nl) (#1682) 8 years ago
application.rb Add Dutch translation (nl) (#1682) 8 years ago
boot.rb Upgrade to Rails 5.0.0.1 9 years ago
cable.yml Add Heroku deployment support 8 years ago
database.yml Add env variable to disable prepared statements (#1293) 8 years ago
deploy.rb Add capistrano to development environment 8 years ago
environment.rb Upgrade to Rails 5.0.0.1 9 years ago
i18n-tasks.yml Pagination improvements (#1445) 8 years ago
navigation.rb Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278) 8 years ago
puma.rb Force UTF8 encoding on generated XML (#1140) 8 years ago
routes.rb Clean up well-known routes/controllers (#1649) 8 years ago
secrets.yml Upgrade to Rails 5.0.0.1 9 years ago
settings.yml Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master 8 years ago
sidekiq.yml Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high) 9 years ago