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