Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
l-n-s
gajim
Commits
995b4d64
Commit
995b4d64
authored
20 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
brezilian translation (thanks junix)
parent
3967d117
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+4
-1
4 additions, 1 deletion
Makefile
Messages/pt_BR/LC_MESSAGES/gajim.po
+1168
-0
1168 additions, 0 deletions
Messages/pt_BR/LC_MESSAGES/gajim.po
with
1172 additions
and
1 deletion
Makefile
+
4
−
1
View file @
995b4d64
...
...
@@ -10,11 +10,14 @@ DIRS = `$(FIND) -exec dirname {} \; | sort -u`
FIND_LIB
=
find
-regex
'.*\.\(so\)'
FILES_LIB
=
`
$(
FIND_LIB
)
`
LANGS
=
fr pt_BR
SCRIPTS
=
\
scripts/gajim
all
:
msgfmt Messages/fr/LC_MESSAGES/gajim.po
-o
Messages/fr/LC_MESSAGES/gajim.mo
for
l
in
$(
LANGS
)
;
do
\
msgfmt Messages/
$$
l/LC_MESSAGES/gajim.po
-o
Messages/
$$
l/LC_MESSAGES/gajim.mo
;
\
done
$(
foreach sdir,
$(
MODULES
)
, make
-C
$(
sdir
)
all
;)
clean
:
...
...
This diff is collapsed.
Click to expand it.
Messages/pt_BR/LC_MESSAGES/gajim.po
0 → 100644
+
1168
−
0
View file @
995b4d64
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