Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellyselden/ember-cli-i18n-csv
Create a CSV file to manage your translations
https://github.com/kellyselden/ember-cli-i18n-csv
Last synced: 16 days ago
JSON representation
Create a CSV file to manage your translations
- Host: GitHub
- URL: https://github.com/kellyselden/ember-cli-i18n-csv
- Owner: kellyselden
- License: mit
- Created: 2015-02-10T03:54:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T20:38:06.000Z (over 9 years ago)
- Last Synced: 2025-01-02T05:43:50.575Z (24 days ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-cli-i18n-csv
Create a CSV file to manage your translations. For use with [ember-cli-i18n](https://github.com/dockyard/ember-cli-i18n).
##Installation
Depends on node version 0.12.0 for `path.isAbsolute`
First run `npm install`
##Usage
`node to-csv.js path\to\locales`
This creates a file named `i18n.csv` in your working dir. You can send it out to your translators. When you get it back, replace it with the old one and run the following command.
`node to-js.js path\to\locales`
This will update your locale js files with the new translations.