Skip to content

Commit

Permalink
locale: update .po, make it regular with ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lastoCHka42 committed Dec 20, 2023
1 parent 22cdc43 commit 165d2e9
Show file tree
Hide file tree
Showing 480 changed files with 86,186 additions and 22,259 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/push-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- '3.0'
- 'lastochka42/update-po'
permissions:
contents: write
jobs:
Expand All @@ -15,7 +16,7 @@ jobs:
- name: Generate Portable Object Templates
run: |
cmake .
make update-pot
make update-po
- name: Commit generated pots
run: |
Expand All @@ -28,7 +29,7 @@ jobs:
exit 0
fi
git add locale/en
git commit -m "updated pot"
git push origin 3.0
git add locale/
git commit -m "updated locale"
git push origin lastochka42/update-po
6 changes: 5 additions & 1 deletion locale/en/book/connectors/community.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ msgid ""
msgstr ""
"Project-Id-Version: Tarantool 3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-17 14:22+0000\n"
"POT-Creation-Date: 2023-12-20 12:25+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../doc/book/connectors/community.rst:9
msgid "C++"
msgstr ""

#: ../../doc/book/connectors/community.rst:4
msgid "Community-supported connectors"
msgstr ""
Expand Down
Loading

0 comments on commit 165d2e9

Please sign in to comment.