Fix in datetime anhd translations
This commit is contained in:
parent
ec45f2598a
commit
99692a0f46
2 changed files with 9 additions and 0 deletions
|
|
@ -300,4 +300,8 @@ class TimeClass:
|
|||
m=self.t.shift(months=+num_months)
|
||||
|
||||
return m.format(self.format_time)
|
||||
|
||||
def format(self):
|
||||
|
||||
return m.format(self.format_time_txt)
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,11 @@ from paramecio.cromosoma.extraforms.i18nform import I18nForm
|
|||
import re, json
|
||||
from collections import OrderedDict
|
||||
from importlib import import_module
|
||||
import bottle
|
||||
|
||||
# NEED more memfile max
|
||||
|
||||
bottle.BaseRequest.MEMFILE_MAX=1024*1024
|
||||
|
||||
def admin(**args):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue