Cargo Features
[dependencies]
leptos_i18n_macro = { version = "0.5.1", default-features = false, features = ["suppress_key_warnings", "json_files", "yaml_files", "json5_files", "islands", "ssr", "plurals", "format_datetime", "format_list", "format_nums", "icu_compiled_data"] }
- default = json_files
-
The
json_files
feature is set by default wheneverleptos_i18n_macro
is added without
somewhere in the dependency tree.default-features = false - nightly suppress_key_warnings
- json_files default
-
Enables json_files of leptos_i18n_parser
- yaml_files
-
Enables serde_yaml, yaml_files of leptos_i18n_parser
- json5_files
-
Enables json5, json5_files of leptos_i18n_parser
- interpolate_display track_locale_files islands
- show_keys_only dynamic_load hydrate csr ssr
- plurals
-
Enables plurals of leptos_i18n_parser
- format_datetime
-
Enables format_datetime of leptos_i18n_parser
- format_list
-
Enables format_list of leptos_i18n_parser
- format_nums
-
Enables format_nums of leptos_i18n_parser
- icu_compiled_data
leptos_i18n_macro has 12 features without comments.