Skip to content

Commit

Permalink
Rename pontoon string files to allow Pontoon to detect it
Browse files Browse the repository at this point in the history
  • Loading branch information
Gideon Thomas committed Mar 3, 2016
1 parent 4c79ab3 commit 9310c2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/properties2js.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var mkdirp = Promise.promisify(require("mkdirp"));
// Unchanging values
var EN_US_DIR = "root";
var L10N_DIR = "nls";
var L10N_PROP_FILE = "messages.properties";
var L10N_PROP_FILE = "editor.properties";
var L10N_STR_FILE = "strings.js";
var L10N_TEMPLATE_FILE = "strings.template";
var LOCALE_LIST_TEMPLATE_FILE = "locale-list.template";
Expand Down

0 comments on commit 9310c2e

Please sign in to comment.