deepfos.translation.update

deepfos.translation.update(translation, locale=None)

更新翻译

更新指定语种的翻译表,如果不指定语种,则使用当前默认语种。

参数

参见

load

>>> update({'from': 'to'})
>>> gettext('from')
'to'