Update and rename readme.md to README.md

This commit is contained in:
Mike Kamermans 2017-07-12 12:08:41 -07:00 коммит произвёл GitHub
Родитель 8ff1ba1789
Коммит 71bcaa33d5
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,16 +1,16 @@
#Pontoon-to-JSON
# Pontoon-to-JSON
A build process CLI tool to convert the locale directory structure and .properties files output by [Pontoon](https://pontoon.mozilla.org) to JSON for use in JavaScript based l10n.
##Arguments
## Arguments
`--src` a directory to grab properties from. Defaults to `locales` at the project root
`--dest` a directory to output locales.json. Defaults to `dist` at the project root
##Config env
## Config env
###2.x
### 2.x
`SUPPORTED_LOCALES` a csv string with the locales to convert to json. Example `en-US, de, ja`. Defaults to `*`.
###1.x
### 1.x
`SUPPORTED_LOCALES` an array with the locales to convert to json, or a string with a `*` for all. Example `["en-US", "de", "ja"]`. Defaults to `*`.