Skip to content

Commit

Permalink
First ZH translation, change repo url to ciaa repository
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Ribelotta <[email protected]>
  • Loading branch information
martinribelotta committed Mar 5, 2017
1 parent 953e515 commit 7cd3bc2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static QString readBundle(const QString& path) {

QString defaultTemplateUrl()
{
return "https://api.github.com/repos/martinribelotta/embedded-ide-templates/contents";
return "https://api.github.com/repos/ciaa/EmbeddedIDE-templates/contents";
}

QString defaultApplicationResources()
Expand Down
6 changes: 4 additions & 2 deletions embedded-ide.pro
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ DISTFILES += \
style.css \
QHexEdit/LICENSE \
QHexEdit/README.md \
i18n/es.ts
i18n/es.ts \
i18n/zh.ts

RC_ICONS = icon-theme/icon.ico

TRANSLATIONS = i18n/es.ts
TRANSLATIONS = i18n/es.ts \
i18n/zh.ts
Binary file modified i18n/es.qm
Binary file not shown.
Binary file added i18n/zh.qm
Binary file not shown.
1 change: 1 addition & 0 deletions resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,6 @@
<file>images/mimetypes/unknown.svg</file>
<file>qgdb/gdb_default_profile.ini</file>
<file>i18n/es.qm</file>
<file>i18n/zh.qm</file>
</qresource>
</RCC>

0 comments on commit 7cd3bc2

Please sign in to comment.