Don't mention presets.yaml; it's generated

This commit is contained in:
John Firebaugh
2013-07-22 15:53:22 -07:00
parent 5b6632147f
commit ef9edfdae1

View File

@@ -87,9 +87,8 @@ iD translates strings with a `t` function - `t('foo.bar')` translate the key
`foo.bar` into the current language. If you introduce new translatable strings
to iD, only display them in the interface through the `t()` function.
Then, add the new string to `data/core.yaml` or `data/presets.yaml` (depending
on whether it pertains to core code or presets). The translation system,
Transiflex, will automatically detect the change.
Then, add the new string to `data/core.yaml`. The translation system, Transifex,
will automatically detect the change.
Use `make` to build the translations with the local changes.
`make translate` can be used to pull the latest translations from Transifex.