mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
rebuild and no more uppercase
This commit is contained in:
parent
5e7042c64b
commit
1b0d836a42
10 changed files with 74 additions and 18 deletions
|
@ -53,7 +53,7 @@ var str = exports.str = function(key, params) {
|
|||
return template(
|
||||
strings[key][locale],
|
||||
params
|
||||
).toUpperCase();
|
||||
);
|
||||
};
|
||||
|
||||
var getIntlKey = exports.getIntlKey = function(obj, key) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue