halfbrained / cuda_lsp

LSP Client plugin for CudaText
6 stars 4 forks source link

i18n from Markus #102

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago

language.zip

Attached is the updated translation for the updated plugin.LSP_Client in
Misc-de_AT.

In language.py I changed line 697 in order to include 'NOTE: ' into the
translation:
print(_('NOTE: {}: {} - file does not exist: {!r}, uri:{!r}')

See line 227:
print(_('NOTE: {}: {} - Failed to connect on port {}') 
Alexey-T commented 3 years ago

corrected version from him. language2.zip

@halfbrained

halfbrained commented 3 years ago

hm... will Console highlight "NOTE:" in other languages? (is it magical? :) )

Alexey-T commented 3 years ago

I said to M that we need fixed 'NOTE: ' and he had updated the file.

halfbrained commented 3 years ago

applied