mastodon/app/helpers
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
2017-04-13 16:02:23 +02:00
..
admin Params compact deprecation warning (#1580) 2017-04-12 16:12:56 +02:00
application_helper.rb Do not use expiring links after all 2016-12-04 13:02:43 +01:00
home_helper.rb Improve initialState loading 2017-01-09 12:37:53 +01:00
routing_helper.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 2016-11-15 16:56:29 +01:00
settings_helper.rb Add Dutch translation (nl) (#1682) 2017-04-13 16:02:23 +02:00
site_title_helper.rb Use Setting.site_title value for `og:site_name` occurrences (#1194) 2017-04-08 12:15:40 +02:00
stream_entries_helper.rb significant improvement in microformats markup (#1063) 2017-04-12 20:04:33 +02:00