-
Notifications
You must be signed in to change notification settings - Fork 74
Add localization support for go-sqlcmd #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This commit adds localization framework and support for languages en-us, de-de, fr-fr, es-es, pt-br, ko-kr, zh-cn, zh-tw, it-it, ja-jp, ru-ru. Localized text added for de-de, fr-fr and es-es. Subsequqnt commits will add localized text for remaining languages. Translations have been taken from ODBC sqlcmd.rll.lcl for corresponding language.
This commit adds localized text for remaining language tags such as it-it, pt-br, ja-jp, ko-kr, zh-cn, zh-tw, ru-ru.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
This commit addresses review comments and simplifies the localizer package to instantiate only one language printer instance at a time.
Are there any pending comments or suggestions? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls Resolve issues as you fix them. Every comment still shows as "Active" In reply to: 1427551524 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit adds localization framework and support for languages
en-us, de-de, fr-fr, es-es, pt-br, ko-kr, zh-cn, zh-tw, it-it, ja-jp, ru-ru.
Localized text added for de-de, fr-fr and es-es. Subsequqnt commits will
add localized text for remaining languages. Translations have been taken
from ODBC sqlcmd.rll.lcl for corresponding language.