projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Activation de l'ordonnancement par drag and drop que quand c'est possible (permission...
[Portfolio.git]
/
utils.py
diff --git
a/utils.py
b/utils.py
index
56ceb30
..
fe5f6d1
100755
(executable)
--- a/
utils.py
+++ b/
utils.py
@@
-24,11
+24,9
@@
security.declarePublic('translate')
def translate(message, context):
""" Translate i18n message.
"""
def translate(message, context):
""" Translate i18n message.
"""
- # TODO: touver une solution.
- # GTS = getGlobalTranslationService()
if isinstance(message, Exception):
try:
message = message[0]
except (TypeError, IndexError):
pass
if isinstance(message, Exception):
try:
message = message[0]
except (TypeError, IndexError):
pass
- return i18ntranslate(message, domain='p
hotoprint
', context=context.REQUEST)
+ return i18ntranslate(message, domain='p
ortfolio
', context=context.REQUEST)