Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
dc90556488d8
Commit
f2ac9ed8
authored
Nov 13, 2008
by
Adrien Di Mascio
Browse files
oops, bad changeset review, revert debug changes
parent
9660bd221553
Changes
1
Hide whitespace changes
Inline
Side-by-side
devtools/devctl.py
View file @
dc905564
...
...
@@ -235,7 +235,7 @@ class UpdateCubicWebCatalogCommand(Command):
(
'tal'
,
[
tali18nfile
],
None
),
(
'js'
,
globfind
(
join
(
BASEDIR
,
'web'
),
'cub*.js'
),
'java'
),
]:
cmd
=
'xgettext --
add
-location --omit-header -k_ -o %s %s'
cmd
=
'xgettext --
no
-location --omit-header -k_ -o %s %s'
if
lang
is
not
None
:
cmd
+=
' -L %s'
%
lang
potfiles
.
append
(
join
(
tempdir
,
'%s.pot'
%
id
))
...
...
@@ -253,7 +253,7 @@ class UpdateCubicWebCatalogCommand(Command):
shutil
.
move
(
'%snew'
%
target
,
target
)
toedit
.
append
(
abspath
(
target
))
# cleanup
#
rm(tempdir)
rm
(
tempdir
)
# instructions pour la suite
print
'*'
*
72
print
'you can now edit the following files:'
...
...
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