-
Notifications
You must be signed in to change notification settings - Fork 322
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
Add localisation support for strings #247
base: main
Are you sure you want to change the base?
Conversation
This prevents inaccurate capitalizations like i -> I in Turkish (should be İ instead).
Providing the ability to localize command line tools/apps is a great idea and I don't wish to dampen your enthusiasm for this effort. I do, however, wish to pose an open question for discussion: .lproj resources are unique to Apple/Darwin platforms - is this an appropriate design for a library that is cross-platform in nature? Of the leading (non-Swift) libraries I surveyed, none of them offers localization capabilities, so leveraging the Apple/Darwin approach is as good as any. But it is a fair question to ascertain if there are any reservations from developers on Linux or Windows? Otherwise, I'm +1 on adding this capability absent reservations about the design/implementation. |
I personally think |
Checklist