-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Arabic translation #642
Arabic translation #642
Conversation
@justinclift @0xbsec I already did that. Apply following patch via src/translations/flags/flags.qrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/translations/flags/flags.qrc b/src/translations/flags/flags.qrc
index 4d240dc..8b7615d 100644
--- a/src/translations/flags/flags.qrc
+++ b/src/translations/flags/flags.qrc
@@ -1,6 +1,6 @@
<RCC>
<qresource prefix="/flags">
- <file alias="ar_AR">ar.png</file>
+ <file alias="ar_EG">ar.png</file>
<file alias="de_DE">de.png</file>
<file alias="es_ES">es.png</file>
<file alias="en_US">us.png</file>
--
2.9.0 |
@justinclift Thanks. |
@justinclift |
@justinclift Most welcome. No, they should be translated in |
Thanks @0xbsec. Didn't know that was happening. I've just created issue #643 about it, so we can investigate it properly. 😄 |
@justinclift oooops, latest commits are a bit messy now. |
Yeah, sorry @innermous. I was tempted to manually merge them afterwards, then force push a single commit onto our main repo... but that's generally bad practise. So I've resisted. 😧 |
@justinclift just imo, but in this special case it would be better than a pyle of commits with similar commit messages. Especially if you brought force push immediately before anyone ever fetched changes. |
Yeah, next time one of us forgets, it probably would be better to manually merge then force push. 😄 |
@justinclift I always check log via tig three times before push 😆 |
Added Arabic translation.