mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
yay got multiple remotes fetching working
This commit is contained in:
parent
a16204fea3
commit
9fa8c1383d
8 changed files with 203 additions and 27 deletions
|
@ -72,6 +72,10 @@ var getIntlKey = exports.getIntlKey = function(obj, key) {
|
|||
return obj[key][getLocale()];
|
||||
};
|
||||
|
||||
exports.todo = function(str) {
|
||||
return str;
|
||||
};
|
||||
|
||||
var getDialog = exports.getDialog = function(obj) {
|
||||
var defaultLocale = getDefaultLocale();
|
||||
return getIntlKey(obj, 'dialog') || obj.dialog[defaultLocale];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue