Fix dutch translation declaration

This commit is contained in:
Feng Wang 2024-12-19 17:22:31 +08:00
parent bba8ba7f7b
commit f10885fbfd

View File

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