mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-16 06:36:44 +02:00
Add an exception to the translations/standardize.js
This commit is contained in:
@ -12,7 +12,8 @@ const neverAutoTranslate = {
|
|||||||
root: ['*'],
|
root: ['*'],
|
||||||
obtainiumExportHyphenatedLowercase: ['*'],
|
obtainiumExportHyphenatedLowercase: ['*'],
|
||||||
theme: ['de'],
|
theme: ['de'],
|
||||||
appId: ['de']
|
appId: ['de'],
|
||||||
|
placeholder: ['pl']
|
||||||
}
|
}
|
||||||
|
|
||||||
const translateText = async (text, targetLang, authKey) => {
|
const translateText = async (text, targetLang, authKey) => {
|
||||||
|
Reference in New Issue
Block a user