Skip to content

Commit 848f47b

Browse files
committed
locale: update .po, make it regular with ci
1 parent 22cdc43 commit 848f47b

File tree

480 files changed

+86139
-22259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

480 files changed

+86139
-22259
lines changed

Diff for: .github/workflows/push-pot.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- '3.0'
6+
- 'lastochka42/update-po'
67
permissions:
78
contents: write
89
jobs:
@@ -15,7 +16,7 @@ jobs:
1516
- name: Generate Portable Object Templates
1617
run: |
1718
cmake .
18-
make update-pot
19+
make update-po
1920
2021
- name: Commit generated pots
2122
run: |
@@ -28,7 +29,7 @@ jobs:
2829
exit 0
2930
fi
3031
31-
git add locale/en
32-
git commit -m "updated pot"
33-
git push origin 3.0
32+
git add locale/
33+
git commit -m "updated locale"
34+
git push origin lastochka42/update-po
3435

Diff for: locale/en/book/connectors/community.pot

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Tarantool 3.0\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-11-17 14:22+0000\n"
11+
"POT-Creation-Date: 2023-12-20 12:25+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818

19+
#: ../../doc/book/connectors/community.rst:9
20+
msgid "C++"
21+
msgstr ""
22+
1923
#: ../../doc/book/connectors/community.rst:4
2024
msgid "Community-supported connectors"
2125
msgstr ""

0 commit comments

Comments
 (0)