mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-30 06:39:49 +02:00
Fix more typo, '
and some word
This commit is contained in:
parent
e8c8f8975a
commit
41bb6d1bd7
14 changed files with 35 additions and 38 deletions
|
@ -57,7 +57,7 @@ var str = exports.str = function(key, params) {
|
|||
|
||||
var getIntlKey = exports.getIntlKey = function(obj, key, overrideLocale) {
|
||||
if (!obj || !obj[key]) {
|
||||
throw new Error('that key ' + key + 'doesnt exist in this blob' + obj);
|
||||
throw new Error('that key ' + key + 'doesn\'t exist in this blob' + obj);
|
||||
}
|
||||
if (!obj[key][getDefaultLocale()]) {
|
||||
console.warn(
|
||||
|
@ -98,7 +98,7 @@ exports.getStartDialog = function(level) {
|
|||
var startDialog = getIntlKey(level, 'startDialog');
|
||||
if (startDialog) { return startDialog; }
|
||||
|
||||
// this level translation isnt supported yet, so lets add
|
||||
// this level translation isn't supported yet, so lets add
|
||||
// an alert to the front and give the english version.
|
||||
var errorAlert = {
|
||||
type: 'ModalAlert',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue