-
为了使用另一个客户端库来处理翻译,您可能需要利用
JSONCatalog
视图。它类似于JavaScriptCatalog
请参阅
JavaScriptCatalog
domain
和packages
属性的使用。响应格式如下:
{ "catalog": { # Translations catalog }, "formats": { # Language formats for date, time, etc. }, "plural": "..." # Expression for plural forms, or null. }
本文介绍 django.views.i18n.JSONCatalog
的用法。
声明
class JSONCatalog
相关用法
- Python JSON转CSV用法及代码示例
- Python JSON转string用法及代码示例
- Python Django JSONObject用法及代码示例
- Python Django JSONBAgg.ordering用法及代码示例
- Python Django JSONSerializer用法及代码示例
- Python JSON转dictionary用法及代码示例
- Python Django JavaScriptCatalog.packages用法及代码示例
- Python cudf.core.column.string.StringMethods.is_vowel用法及代码示例
- Python torch.distributed.rpc.rpc_async用法及代码示例
- Python torch.nn.InstanceNorm3d用法及代码示例
- Python sklearn.cluster.MiniBatchKMeans用法及代码示例
- Python pandas.arrays.IntervalArray.is_empty用法及代码示例
- Python tf.compat.v1.distributions.Multinomial.stddev用法及代码示例
- Python numpy.less()用法及代码示例
- Python Matplotlib.figure.Figure.add_gridspec()用法及代码示例
- Python tf.compat.v1.distribute.MirroredStrategy.experimental_distribute_dataset用法及代码示例
- Python Django File.save用法及代码示例
- Python Sympy Permutation.list()用法及代码示例
- Python dask.dataframe.Series.apply用法及代码示例
- Python networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path用法及代码示例
- Python scipy.ndimage.binary_opening用法及代码示例
- Python pyspark.pandas.Series.dropna用法及代码示例
- Python torchaudio.transforms.Fade用法及代码示例
- Python dask.dataframe.to_records用法及代码示例
- Python arcgis.gis._impl._profile.ProfileManager.save_as用法及代码示例
注:本文由纯净天空筛选整理自djangoproject.com大神的英文原创作品 django.views.i18n.JSONCatalog。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。