deepfos.translation.update¶ deepfos.translation.update(translation, locale=None)¶ 更新翻译 更新指定语种的翻译表,如果不指定语种,则使用当前默认语种。 参数 translation (Dict[str, str]) – 翻译表 locale (Optional[str]) – 翻译的目标语种 参见 load >>> update({'from': 'to'}) >>> gettext('from') 'to'