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 cf0b753209 Streamline javascript translation by improving translationRunner (#2808)
* package.json: Add "build:*" targets

* Improve react-intl-translations-manager workflow.
  * Added "build:production" to build production bundle.
  * Added "build:development" to build development bundle.

* Fix json translation files

* Run `yarn manage:translations` to fix translation files.
* Fix `pl.json` for syntax error.

* translationRunner: auto detect existing languages

* Auto detect existing rfc5646 language tag in *.json filenames
  in `app/javascript/mastodon/locale` folder. No need to manually
  define every new language in the languages array here.

* translationRunner: add more functionality

* Allow script user to specify language code to check.
* Added available language check.
* Added --force flag to force creation of unexists language.
* Added --help flag and help messages.

* gitignore: ignore npm-debug.log

* Fix webpack error if NODE_ENV is not defined

Default to use 'development' in config/webpack/configuration.js
8 years ago
..
environments More robust PuSH subscription refreshes (#2799) 8 years ago
initializers Fixes unknown mime type (#2822) 8 years ago
locales Update Locale zh-HK (#2818) 8 years ago
webpack Streamline javascript translation by improving translationRunner (#2808) 8 years ago
application.rb Replace sprockets/browserify with Webpack (#2617) 8 years ago
boot.rb Upgrade to Rails 5.0.0.1 9 years ago
database.yml Added support parallel_tests (#2740) 8 years ago
deploy.rb capistrano: link robots.txt (#1576) 8 years ago
environment.rb Upgrade to Rails 5.0.0.1 9 years ago
i18n-tasks.yml Localize 'throttled' (#2755) 8 years ago
navigation.rb Replace best_in_place editor on admin settings page (#2789) 8 years ago
puma.rb Do not set port for puma if it is bound to unix socket (#2289) 8 years ago
routes.rb Replace best_in_place editor on admin settings page (#2789) 8 years ago
secrets.yml Upgrade to Rails 5.0.0.1 9 years ago
settings.yml Add gif auto-play/pause preference 8 years ago
sidekiq.yml More robust PuSH subscription refreshes (#2799) 8 years ago