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',
|
||||
'pingInstances',
|
||||
'redirect',
|
||||
'autoPickInstance',
|
||||
'redirectGoogle',
|
||||
'search_frontend',
|
||||
'searchService',
|
||||
'embedFrontend',
|
||||
]
|
||||
|
||||
tmp = {}
|
||||
|
|
|
@ -141,5 +141,20 @@
|
|||
},
|
||||
"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',
|
||||
'fr',
|
||||
'gl',
|
||||
'hi',
|
||||
'hr',
|
||||
'id',
|
||||
'it',
|
||||
|
|
Loading…
Reference in New Issue