dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.36k stars 190 forks source link

Move all localized strings to localized_strings.py #285

Open pensivebrian opened 5 years ago

ellbosch commented 5 years ago

@pensivebrian: just checked out the localized_strings.py file. How does localization work here? There's currently a single example showcasing possible localization with the goodbye() function, can I expect to leverage this pattern for all other localized strings?