Merge pull request #985 from monstorix/master
Update the i18n source strings
This commit is contained in:
commit
37ac9ca722
|
@ -50,6 +50,11 @@ keys = ['extensionName',
|
||||||
'excludeFromRedirecting',
|
'excludeFromRedirecting',
|
||||||
'pingInstances',
|
'pingInstances',
|
||||||
'redirect',
|
'redirect',
|
||||||
|
'autoPickInstance',
|
||||||
|
'redirectGoogle',
|
||||||
|
'search_frontend',
|
||||||
|
'searchService',
|
||||||
|
'embedFrontend',
|
||||||
]
|
]
|
||||||
|
|
||||||
tmp = {}
|
tmp = {}
|
||||||
|
|
|
@ -141,5 +141,20 @@
|
||||||
},
|
},
|
||||||
"redirect": {
|
"redirect": {
|
||||||
"message": "Redirect"
|
"message": "Redirect"
|
||||||
|
},
|
||||||
|
"autoPickInstance": {
|
||||||
|
"message": "Auto Pick Instance"
|
||||||
|
},
|
||||||
|
"redirectGoogle": {
|
||||||
|
"message": "Redirect Google"
|
||||||
|
},
|
||||||
|
"search_frontend": {
|
||||||
|
"message": "Search Frontend"
|
||||||
|
},
|
||||||
|
"searchService": {
|
||||||
|
"message": "Search Service"
|
||||||
|
},
|
||||||
|
"embedFrontend": {
|
||||||
|
"message": "Embed Frontend"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@ langs = [
|
||||||
'fi',
|
'fi',
|
||||||
'fr',
|
'fr',
|
||||||
'gl',
|
'gl',
|
||||||
|
'hi',
|
||||||
'hr',
|
'hr',
|
||||||
'id',
|
'id',
|
||||||
'it',
|
'it',
|
||||||
|
|
Loading…
Reference in New Issue