mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 09:46:17 +00:00
committed by
Benjamin Gamard
parent
c7c7badaf0
commit
8a5e90e562
@@ -507,7 +507,8 @@ angular.module('docs',
|
||||
{ key: 'chi_tra', label: '繁体中文' },
|
||||
{ key: 'jpn', label: '日本語' },
|
||||
{ key: 'tha', label: 'ภาษาไทย' },
|
||||
{ key: 'kor', label: '한국어' }
|
||||
{ key: 'kor', label: '한국어' },
|
||||
{ key: 'nld', label: 'Nederlands' }
|
||||
];
|
||||
})
|
||||
/**
|
||||
@@ -530,4 +531,4 @@ angular.module('docs',
|
||||
|
||||
if (location.search.indexOf("protractor") > -1) {
|
||||
window.name = 'NG_DEFER_BOOTSTRAP!';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user