mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-15 05:12:04 +08:00
修改: trans/spark-store_en.ts
修改: trans/spark-store_zh_CN.qm,支持了贡献翻译 修改: trans/spark-store_zh_CN.ts,支持贡献翻译 修改: widget.cpp,微调原文,天加两个tips
This commit is contained in:
@@ -1026,7 +1026,10 @@ void Widget::on_pushButton_translate_clicked()
|
||||
tipDialog.setMessage(tr("Currently the translation contribution is limited to English,\n"
|
||||
"and you will be redirected to our Gitee repository at which you are\n"
|
||||
"supposed to be creating pull requests to contribute app info\n"
|
||||
"translations.\n\nClick yes to continue."));
|
||||
"translations.\n"
|
||||
"Tips:You can simply click the file to edit to create a flat pull request without create a full pull request\n"
|
||||
"Tips:You can use github account to login to Gitee"
|
||||
"\nClick yes to continue."));
|
||||
if(!tipDialog.exec())
|
||||
QDesktopServices::openUrl("https://gitee.com/deepin-community-store/json/tree/master/store/" +
|
||||
type_name + '/' + pkgName);
|
||||
|
||||
Reference in New Issue
Block a user