Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Migrate i18n aggregation (#74)
Browse files Browse the repository at this point in the history
* migrate aggregate translations script

* add the binary

* move supported locals relative to the scripts.

* node_modules were not getting checked into the repo (even nested). Say hello to 'ned_modules'.
  • Loading branch information
mjhenkes committed Apr 10, 2018
1 parent c6951f9 commit 6d1237b
Show file tree
Hide file tree
Showing 24 changed files with 4,319 additions and 333 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"env": {
"browser": true,
"jest": true
},
"rules": {
"max-len": "off", // Remove warnings on max line length exceeding 100 characters
Expand Down
3 changes: 3 additions & 0 deletions bin/aggregate-translations.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('../scripts/aggregate-translations/aggregate-translations-cli');
Loading

0 comments on commit 6d1237b

Please sign in to comment.