From dee487791c785ff6c822939dd1f6761e574fde04 Mon Sep 17 00:00:00 2001 From: osamacis Date: Thu, 29 Dec 2022 13:26:32 +0530 Subject: [PATCH 1/2] Add transifexrc file --- .buildbot/temp/.transifexrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .buildbot/temp/.transifexrc diff --git a/.buildbot/temp/.transifexrc b/.buildbot/temp/.transifexrc new file mode 100644 index 00000000..e4bf9469 --- /dev/null +++ b/.buildbot/temp/.transifexrc @@ -0,0 +1,5 @@ +[https://www.transifex.com] +api_hostname = https://api.transifex.com +hostname = https://www.transifex.com +password = +username = api \ No newline at end of file -- 2.45.1 From 9ea184861a0c5158b4fb51fbe3ce6f9f2c9f5e13 Mon Sep 17 00:00:00 2001 From: osamacis Date: Thu, 29 Dec 2022 14:53:46 +0530 Subject: [PATCH 2/2] Add transifex config file --- .buildbot/temp/.transifexrc | 5 ----- src/translations/.tx/config | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 .buildbot/temp/.transifexrc create mode 100644 src/translations/.tx/config diff --git a/.buildbot/temp/.transifexrc b/.buildbot/temp/.transifexrc deleted file mode 100644 index e4bf9469..00000000 --- a/.buildbot/temp/.transifexrc +++ /dev/null @@ -1,5 +0,0 @@ -[https://www.transifex.com] -api_hostname = https://api.transifex.com -hostname = https://www.transifex.com -password = -username = api \ No newline at end of file diff --git a/src/translations/.tx/config b/src/translations/.tx/config new file mode 100644 index 00000000..3f6c0560 --- /dev/null +++ b/src/translations/.tx/config @@ -0,0 +1,6 @@ +[pybitmessage-test.messages-pot] +file_filter = po +minimum_perc = 0 +source_file = messages.pot +source_lang = en +type = PO -- 2.45.1