From ef9edfdae173d4e67ee03c8a7424a3e00a7c3b78 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 22 Jul 2013 15:53:22 -0700 Subject: [PATCH] Don't mention presets.yaml; it's generated --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afb1cf4fe..69bf85b65 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.