Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
d3e4d9bf
Commit
d3e4d9bf
authored
Mar 09, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
2b8f71cf
296fd893
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
751 additions
and
0 deletions
+751
-0
locale/pt_BR/LC_MESSAGES/django.po
locale/pt_BR/LC_MESSAGES/django.po
+746
-0
scripts/add-lang
scripts/add-lang
+4
-0
settings.py
settings.py
+1
-0
No files found.
locale/pt_BR/LC_MESSAGES/django.po
0 → 100644
View file @
d3e4d9bf
This diff is collapsed.
Click to expand it.
scripts/add-lang
View file @
d3e4d9bf
#!/bin/sh
set
-e
./manage.py makemessages
-l
$1
-i
'repos/*'
git add locale/pt_BR/
git commit
-m
"Added
$1
language"
settings.py
View file @
d3e4d9bf
...
...
@@ -46,6 +46,7 @@ LANGUAGES = (
(
'fr'
,
u'Français'
),
(
'pl'
,
'Polski'
),
(
'tr'
,
u'Türkçe'
),
(
'zh_CN'
,
u'中文'
),
)
SITE_ID
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment