Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit b64a2a1

Browse files
committed
Merge branch 'id' of https://github.com/pace-noge/brackets into pace-noge-id
Conflicts: src/nls/root/strings-app.js src/nls/root/strings.js Resolved conflicts and added 'id' to src/nls/urls.js. Added src/nls/id/urls.js to point to the "Getting Started Document"
2 parents bc21f63 + d2f58a3 commit b64a2a1

6 files changed

Lines changed: 551 additions & 19 deletions

File tree

src/nls/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
1. Create a subfolder of the `nls` folder whose name is the language or locale you want to
44
create a translation for.
5-
* If you're creating a general translation for a language, just use its two-letter code
5+
* If you're creating a general translation for a language, just use its two-letter code
66
(e.g. `en`, `de`).
7-
* If you're creating a locale-specific translation for a particular country, add a hyphen
7+
* If you're creating a locale-specific translation for a particular country, add a hyphen
88
and the country code in lowercase (e.g. `en-ca`, `en-gb`).
99
2. Add an entry for your translation to the `module.exports` object in `nls/strings.js`.
1010
3. Edit the root `strings-app.js` file and add a new `LOCALE_`* entry for your language, as seen in
@@ -22,7 +22,7 @@ Localization is provided via the [require.js i18n plugin](http://requirejs.org/d
2222
### Translating the Getting Started project
2323

2424
When first installed, Brackets will open a Getting Started project that serves
25-
as an introduction to Brackets features. This project can be translated by
25+
as an introduction to Brackets features. This project can be translated by
2626
providing a ``urls.js`` file that points to a localized directory under the
2727
``samples`` folder at the root of the Brackets repository. See the French
2828
localization (`src/nls/fr/urls.js`) for an example.
@@ -71,6 +71,7 @@ The following languages have been contributed by the Brackets community:
7171
* Swedish (sv)
7272
* Turkish (tr)
7373
* Simplified Chinese (zh-cn)
74+
* Indonesia (id)
7475

7576
These translations _can be directly modified_ through our normal pull request
7677
process.

0 commit comments

Comments
 (0)