forked from keshavbhatt/whatsie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): add Italian localization (keshavbhatt#55)
* chore: add some entries to .gitignore * chore: general enhancements to original strings * feat(i18n): add Italian localization
- Loading branch information
Showing
11 changed files
with
1,100 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ About::About(QWidget *parent) : QWidget(parent), ui(new Ui::About) { | |
|
||
// init | ||
appName = QApplication::applicationName(); | ||
appDescription = "WhatsApp Web clinet for Linux Desktop"; | ||
appDescription = "WhatsApp Web client for Linux Desktop"; | ||
isOpenSource = true; | ||
appAuthorName = "Keshav Bhatt"; | ||
appAuthorEmail = "[email protected]"; | ||
|
@@ -35,8 +35,8 @@ About::About(QWidget *parent) : QWidget(parent), ui(new Ui::About) { | |
QString("<p><span style=' font-weight:600;'>Designed & Developed " | ||
"by:</span>" | ||
" %1 </p><p><span style=' font-weight:600;'>" | ||
"Developer Email address: </span>%2</p>" | ||
"<p><span style=' font-weight:600;'>Developer Website:</span>" | ||
"Email: </span>%2</p>" | ||
"<p><span style=' font-weight:600;'>Website:</span>" | ||
" %3</p>") | ||
.arg(appAuthorName, appAuthorEmail, appAuthorLink)); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ p, li { white-space: pre-wrap; } | |
<item> | ||
<widget class="QLabel" name="desc2"> | ||
<property name="text"> | ||
<string><html><head/><body><p><span style=" font-weight:600;">Designed &amp; Developed by:</span> Keshav Bhatt </p><p><span style=" font-weight:600;">Developer Email address: </span>[email protected]</p><p><span style=" font-weight:600;">Developer Website:</span> http://ktechpit.com</p></body></html></string> | ||
<string><html><head/><body><p><span style=" font-weight:600;">Designed &amp; Developed by:</span> Keshav Bhatt </p><p><span style=" font-weight:600;">Email: </span>[email protected]</p><p><span style=" font-weight:600;">Website:</span> http://ktechpit.com</p></body></html></string> | ||
</property> | ||
</widget> | ||
</item> | ||
|
@@ -168,7 +168,7 @@ p, li { white-space: pre-wrap; } | |
<item> | ||
<widget class="QPushButton" name="donate"> | ||
<property name="text"> | ||
<string>Donate Paypal</string> | ||
<string>Donate PayPal</string> | ||
</property> | ||
</widget> | ||
</item> | ||
|
@@ -193,7 +193,7 @@ p, li { white-space: pre-wrap; } | |
<item> | ||
<widget class="QPushButton" name="more_apps"> | ||
<property name="text"> | ||
<string>More Application by Developer</string> | ||
<string>More Applications</string> | ||
</property> | ||
</widget> | ||
</item> | ||
|
Oops, something went wrong.