Commit graph

15 commits

Author SHA1 Message Date
chrisgarrity
5eaf5ecefe Add pen extension
Add the pen extension and update all the translations.
2017-11-13 11:29:29 -05:00
chrisgarrity
274c8d74b7 Manually update translations for German and Spanish 2017-11-06 14:16:29 -05:00
chrisgarrity
8b18b4b82c
Merge pull request #7 from chrisgarrity/feature/add-source-extraction
Add script for building en.json
2017-11-06 14:09:46 -05:00
chrisgarrity
12a43c94d3 Add script for building en.json
Add dependency on babel-cli and the intl plugins for extracting strings from source.

Include script for combining extracted strings into a single source chrome-i18n file as a binary from this package.
2017-10-31 12:31:29 -04:00
chrisgarrity
782c4498a2 Merge pull request #6 from chrisgarrity/feature/add-paint
Change scratch-l10n structure to support translations from multiple components, and add scratch-paint.
2017-10-19 08:29:48 -04:00
chrisgarrity
0cb13cbaee Add scratch-paint
Breaking change - bumped major version to 2.

Restructured to support multiple components. Package default is just localeData for currently supported locales including the name for each language.

messages for each component are exported as separate files in locales. Clients of l10n will need to import messages for each of the compents used and combine them.
2017-10-17 13:28:24 -04:00
chrisgarrity
5c869f6c1f Update translations
GUI string ids have changed.
Also pull current translations
2017-10-13 17:14:02 -04:00
chrisgarrity
2e0441f9e8 Add .npmignore so that built data gets published (#5)
Add .npmignore so that npm publish doesn’t ignore the dist and locales directories.
2017-10-13 10:17:00 -04:00
chrisgarrity
c6f52ae643 Npm versioning (#4)
* replace patchversion with date-time stamp:  YYYYmmddHHMMSS

* Bump to first major version

Ready to start using this in gui.
2017-10-05 10:20:59 -04:00
chrisgarrity
39de2e5a0d Configure .travis.yml to publish l10n (#3)
Add .travis.yml, configured to use travis build stages. Releases should only happen if the branch is one listed in RELEASE_BRANCHES (set up in travis env variable)
2017-10-04 13:09:11 -04:00
chrisgarrity
4a9cdc7f4a L10n packaging (#1)
* Initial version of scratch-l10n package
2017-09-21 11:54:41 -04:00
chrisgarrity
41f31d4cbc Update README.md
Renaming repo to scratch-l10n as it will host more than the gui/editor
2017-09-07 15:53:26 -04:00
chrisgarrity
89ae32c626 Experimental scratch-gui translations
Initial version with experimental translations
2017-07-20 15:59:38 -04:00
chrisgarrity
31a9f7cbfb Update README.md 2017-07-20 15:29:58 -04:00
chrisgarrity
6f5b2241a7 Initial commit 2017-07-20 15:22:35 -04:00