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/app
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
..
assets/stylesheets Replace sprockets/browserify with Webpack (#2617) 8 years ago
controllers Optimize follower_accounts and following_accounts (#2820) 8 years ago
helpers More robust PuSH subscription refreshes (#2799) 8 years ago
javascript Streamline javascript translation by improving translationRunner (#2808) 8 years ago
lib use Twitter::Extractor for creating links (#2502) 8 years ago
mailers Misc spec coverage improvements (#2821) 8 years ago
models Stream entry specs and refactor to use delegate (#2827) 8 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services Move account header and avatar methods to a concern (#2825) 8 years ago
validators Stricter whitelist rules (#2213) 8 years ago
views Optimize follower_accounts and following_accounts (#2820) 8 years ago
workers More robust PuSH subscription refreshes (#2799) 8 years ago