-
Notifications
You must be signed in to change notification settings - Fork 339
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 localization for Albanian (sq-AL) #395
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## latest #395 +/- ##
=======================================
Coverage 90.48% 90.48%
=======================================
Files 46 46
Lines 4160 4160
Branches 553 553
=======================================
Hits 3764 3764
Misses 273 273
Partials 123 123 ☔ View full report in Codecov by Sentry. |
Thanks very much for putting this together, it looks great! You just need to break up the lines that are longer than 80 characters, and this should be good to accept. |
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.
Break up lines longer than 80 characters so that static analysis passes.
Hello @goatshriek , |
Thank you once again for putting this localization together! It is greatly appreciated. |
You're welcome @goatshriek ! |
This pull request solves #324 by adding localization support for the 🇦🇱 Albanian language (sq-AL).
There are some terms which don't have a very descriptive translation in Albanian, for which I also included the English term for better readability.
Let me know if you have any further questions or if something doesn't check out.
Thanks!