mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-21 17:49:56 +01:00
#1570 Firefox min strict version updated
This commit is contained in:
parent
d93fb14708
commit
e0c290ee5e
@ -7,7 +7,7 @@
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "admin@2fas.com",
|
||||
"strict_min_version": "57.0"
|
||||
"strict_min_version": "58.0"
|
||||
}
|
||||
},
|
||||
"description": "__MSG_appDesc__",
|
||||
|
@ -81,8 +81,6 @@ Promise.all(Object.keys(urls).map(locale => {
|
||||
});
|
||||
})
|
||||
.then(() => {
|
||||
// console.log(files);
|
||||
|
||||
return Object.keys(files).forEach(locale => {
|
||||
return Object.keys(files[locale]).forEach(fileName => {
|
||||
const data = JSON.stringify(files[locale][fileName], null, 2);
|
||||
@ -90,7 +88,3 @@ Promise.all(Object.keys(urls).map(locale => {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
// Przelecieć po wszystkich locale'ach i po wszystkich kluczach i dopisać do files
|
||||
// Zapisać do jsonów
|
||||
// Test z wieloma językami
|
||||
|
Loading…
Reference in New Issue
Block a user