Merge pull request #237 from chemwolf6922/fix-dutch-translation-declaration

Fix Dutch translation declaration
This commit is contained in:
Li Shuzhen 2024-12-19 17:42:15 +08:00 committed by GitHub
commit b955c199fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,6 +117,7 @@ INTEGRATION_LANGUAGES = {
'pt': 'Português',
'pt-BR': 'Português (Brasil)',
'ru': 'Русский',
'nl': 'Nederlands'
}
DEFAULT_CTRL_MODE: str = 'auto'