Add an exception to the translations/standardize.js

This commit is contained in:
Imran Remtulla
2024-10-25 18:02:53 -04:00
parent ac6f8c456d
commit 58710093ba

View File

@ -12,7 +12,8 @@ const neverAutoTranslate = {
root: ['*'],
obtainiumExportHyphenatedLowercase: ['*'],
theme: ['de'],
appId: ['de']
appId: ['de'],
placeholder: ['pl']
}
const translateText = async (text, targetLang, authKey) => {