Skip to content

Commit

Permalink
Prefix "commit_" to "SHA_of_root_strings.js".
Browse files Browse the repository at this point in the history
My first thought of previous sentence was the hash of the actual strings.js.
  • Loading branch information
tan9 committed Jul 17, 2014
1 parent e6a06c8 commit a2938c6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/nls/README.md
Expand Up @@ -12,9 +12,9 @@
4. Copy the root `strings.js` file into your subfolder and start translating!
5. Use the [UI walkthrough steps](https://github.com/adobe/brackets/wiki/Localization-Tests) to
see strings in context.
6. Add this comment ``/* Last translated for SHA_of_root_strings.js */`` at the end
of your `strings.js` and replace `SHA_of_root_strings.js` with the actual SHA. You can
copy the actual SHA in this [history page](https://github.com/adobe/brackets/commits/master/src/nls/root/strings.js)
6. Add this comment ``/* Last translated for commot_SHA_of_root_strings.js */`` at the end

This comment has been minimized.

Copy link
@sbruchmann

sbruchmann Jul 17, 2014

Typo at commot_SHA_of_root_strings.js.

of your `strings.js` and replace `commot_SHA_of_root_strings.js` with the actual SHA.
You can copy the actual SHA in this [history page](https://github.com/adobe/brackets/commits/master/src/nls/root/strings.js)
by hovering on the one you used for this translation and click on Copy SHA button.
7. Edit this file and update the list of languages below!

Expand Down Expand Up @@ -107,8 +107,9 @@ You will be taken to a New File page where you:

1. Specify the file name as *language-id*/strings.js
2. Paste in the contents of root/strings.js and edit strings for new language
3. Add this comment `/* Last translated for SHA_of_root_strings.js */`
at the end of your strings.js and replace `SHA_of_root_strings.js` with the actual SHA.
3. Add this comment `/* Last translated for commit_SHA_of_root_strings.js */`
at the end of your strings.js and replace `commit_SHA_of_root_strings.js` with the
actual SHA.
You can copy the actual SHA in this
[history page](https://github.com/adobe/brackets/commits/master/src/nls/root/strings.js)
by hovering on the one you used for this translation and click on Copy SHA button.
Expand Down

0 comments on commit a2938c6

Please sign in to comment.