#1570 Firefox min strict version updated

This commit is contained in:
Greg Zajac 2024-07-15 17:02:42 +02:00
parent d93fb14708
commit e0c290ee5e
2 changed files with 1 additions and 7 deletions

View File

@ -7,7 +7,7 @@
"applications": {
"gecko": {
"id": "admin@2fas.com",
"strict_min_version": "57.0"
"strict_min_version": "58.0"
}
},
"description": "__MSG_appDesc__",

View File

@ -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