Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorremi durand <remi-j.durand@thalesgroup.com>2021-06-09 12:53:21 +0300
committerremi durand <remi-j.durand@thalesgroup.com>2021-06-09 13:37:41 +0300
commit14e6ed3e565d4a245e559b6215a574cf08dd19a1 (patch)
tree076555c7813adb4c50b30c9595a38fcfed5b7ae5 /.github
parenta758dd891396a979f09e0ddd727b083f752e4140 (diff)
update to localization.
* keep Slic3r in tooltip, as it's replaced * use %S or %1% to set the name of the software in other places. * pom_merger now don't save empty translations. * pom_merger now can propose similar but not identical translations, to be able to copy & modify them * pom_merger now can add language to header via a setting. * github actions will now compile the pot each time. No need to store it in github
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp_mac.yml3
-rw-r--r--.github/workflows/ccpp_mac_rc.yml3
-rw-r--r--.github/workflows/ccpp_ubuntu.yml3
-rw-r--r--.github/workflows/ccpp_ubuntu_rc.yml3
-rw-r--r--.github/workflows/ccpp_win.yml3
-rw-r--r--.github/workflows/ccpp_win_rc.yml3
6 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/ccpp_mac.yml b/.github/workflows/ccpp_mac.yml
index d5a23d041..9f64ec4fc 100644
--- a/.github/workflows/ccpp_mac.yml
+++ b/.github/workflows/ccpp_mac.yml
@@ -52,6 +52,9 @@ jobs:
- name: make .mo
working-directory: ./build
run: make gettext_po_to_mo
+ - name: make .pot
+ working-directory: ./build
+ run: make gettext_make_pot
- name: update Info.plist
working-directory: ./build/src
run: sed "s/+UNKNOWN/_$(date '+%F')/" Info.plist >Info.date.plist
diff --git a/.github/workflows/ccpp_mac_rc.yml b/.github/workflows/ccpp_mac_rc.yml
index 01c812618..ef258d699 100644
--- a/.github/workflows/ccpp_mac_rc.yml
+++ b/.github/workflows/ccpp_mac_rc.yml
@@ -52,6 +52,9 @@ jobs:
- name: make .mo
working-directory: ./build
run: make gettext_po_to_mo
+ - name: make .pot
+ working-directory: ./build
+ run: make gettext_make_pot
- name: update Info.plist
working-directory: ./build/src
run: sed "s/+UNKNOWN/_$(date '+%F')/" Info.plist >Info.date.plist
diff --git a/.github/workflows/ccpp_ubuntu.yml b/.github/workflows/ccpp_ubuntu.yml
index e6cfd3ee0..9d8432c23 100644
--- a/.github/workflows/ccpp_ubuntu.yml
+++ b/.github/workflows/ccpp_ubuntu.yml
@@ -53,6 +53,9 @@ jobs:
- name: make .mo
working-directory: ./build
run: make gettext_po_to_mo
+ - name: make .pot
+ working-directory: ./build
+ run: make gettext_make_pot
- name: create directory and copy into it
working-directory: ./build
run: |
diff --git a/.github/workflows/ccpp_ubuntu_rc.yml b/.github/workflows/ccpp_ubuntu_rc.yml
index d552b0b77..e2729261d 100644
--- a/.github/workflows/ccpp_ubuntu_rc.yml
+++ b/.github/workflows/ccpp_ubuntu_rc.yml
@@ -53,6 +53,9 @@ jobs:
- name: make .mo
working-directory: ./build
run: make gettext_po_to_mo
+ - name: make .pot
+ working-directory: ./build
+ run: make gettext_make_pot
- name: create directory and copy into it
working-directory: ./build
run: |
diff --git a/.github/workflows/ccpp_win.yml b/.github/workflows/ccpp_win.yml
index 5098bddcd..c45d6d466 100644
--- a/.github/workflows/ccpp_win.yml
+++ b/.github/workflows/ccpp_win.yml
@@ -62,6 +62,9 @@ jobs:
- name: make .mo
working-directory: ./build
run: msbuild /m /P:Configuration=Release gettext_po_to_mo.vcxproj
+ - name: make .pot
+ working-directory: ./build
+ run: msbuild /m /P:Configuration=Release gettext_make_pot.vcxproj
- name: create directory and copy into it
working-directory: ./build
run: ls
diff --git a/.github/workflows/ccpp_win_rc.yml b/.github/workflows/ccpp_win_rc.yml
index d9c514ad3..d0ef473ce 100644
--- a/.github/workflows/ccpp_win_rc.yml
+++ b/.github/workflows/ccpp_win_rc.yml
@@ -62,6 +62,9 @@ jobs:
- name: make .mo
working-directory: ./build
run: msbuild /m /P:Configuration=Release gettext_po_to_mo.vcxproj
+ - name: make .pot
+ working-directory: ./build
+ run: msbuild /m /P:Configuration=Release gettext_make_pot.vcxproj
- name: create directory and copy into it
working-directory: ./build
run: ls