Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna-minetest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
illuna-minetest
Commits
47abe25f
Commit
47abe25f
authored
10 years ago
by
Diego Martínez
Committed by
ShadowNinja
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
updatepo.sh: Find all files
parent
db5aff83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
util/updatepo.sh
+5
-1
5 additions, 1 deletion
util/updatepo.sh
with
5 additions
and
1 deletion
util/updatepo.sh
+
5
−
1
View file @
47abe25f
...
...
@@ -48,7 +48,11 @@ cd ..
# directory at the top level. You a recent enough xgettext that supports
# --package-name
potfile
=
po/minetest.pot
xgettext
--package-name
=
minetest
-kN_
-kwgettext
-kfgettext
-F
-n
-o
$potfile
src/
*
.cpp src/
*
.h
builtin
/
*
.lua
xgettext
--package-name
=
minetest
\
-kN_
-kwgettext
-kfgettext
\
-F
-n
-o
$potfile
\
`
find src/
-name
'*.cpp'
-o
-name
'*.h'
`
\
`
find
builtin
/
-name
'*.lua'
`
# Now iterate on all languages and create the po file if missing, or update it
# if it exists already
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment