-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathmkdocs.yml
More file actions
96 lines (96 loc) · 4.76 KB
/
Copy pathmkdocs.yml
File metadata and controls
96 lines (96 loc) · 4.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
docs_dir: docs/book
site_dir: docs/html
nav:
- Home: index.md
- v2:
- Introduction: v2/introduction.md
- Installation: v2/installation.md
- Translation: v2/translation.md
- Translator:
- Caching: v2/translator/caching.md
- Events: v2/translator/events.md
- Factory: v2/translator/factory.md
- 'Format Examples': v2/translator/format-examples.md
- Filters:
- Introduction: v2/filters/introduction.md
- Alnum: v2/filters/alnum.md
- Alpha: v2/filters/alpha.md
- NumberFormat: v2/filters/number-format.md
- NumberParse: v2/filters/number-parse.md
- Reference:
- Validators:
- Introduction: v2/validators/introduction.md
- Alnum: v2/validators/alnum.md
- Alpha: v2/validators/alpha.md
- CountryCode: v2/validators/country-code.md
- DateTime: v2/validators/date-time.md
- IsFloat: v2/validators/is-float.md
- IsInt: v2/validators/is-int.md
- PhoneNumber: v2/validators/phone-number.md
- PostCode: v2/validators/post-code.md
- 'View Helpers':
- Introduction: v2/view-helpers/introduction.md
- CountryCodeDataList: v2/view-helpers/country-code-data-list.md
- CurrencyFormat: v2/view-helpers/currency-format.md
- DateFormat: v2/view-helpers/date-format.md
- NumberFormat: v2/view-helpers/number-format.md
- Plural: v2/view-helpers/plural.md
- Translate: v2/view-helpers/translate.md
- TranslatePlural: v2/view-helpers/translate-plural.md
- 'Application Integration':
- 'Stand-Alone': v2/application-integration/stand-alone.md
- Migration:
- 'Migration from Versions prior to 2.4': v2/migration/migration-to-v2.4.md
site_name: laminas-i18n
site_description: 'Provide translations for your application, and filter and validate internationalized values.'
repo_url: 'https://github.com/laminas/laminas-i18n'
extra:
project: Components
installation:
config_provider_class: 'Laminas\I18n\ConfigProvider'
module_class: 'Laminas\I18n\Module'
related_documentations:
headline: Related Components
links:
- 'Translation Resources': https://docs.laminas.dev/laminas-i18n-resources/
current_version: v2
versions:
- v2
plugins:
- search
- redirects:
redirect_maps:
filters.md: v2/filters/introduction.md
validators.md: v2/validators/introduction.md
view-helpers.md: v2/view-helpers/introduction.md
introduction.md: v2/introduction.md
installation.md: v2/installation.md
translation.md: v2/translation.md
translator/caching.md: v2/translator/caching.md
translator/events.md: v2/translator/events.md
translator/factory.md: v2/translator/factory.md
translator/format-examples.md: v2/translator/format-examples.md
filters/introduction.md: v2/filters/introduction.md
filters/alnum.md: v2/filters/alnum.md
filters/alpha.md: v2/filters/alpha.md
filters/number-format.md: v2/filters/number-format.md
filters/number-parse.md: v2/filters/number-parse.md
validators/introduction.md: v2/validators/introduction.md
validators/alnum.md: v2/validators/alnum.md
validators/alpha.md: v2/validators/alpha.md
validators/country-code.md: v2/validators/country-code.md
validators/date-time.md: v2/validators/date-time.md
validators/is-float.md: v2/validators/is-float.md
validators/is-int.md: v2/validators/is-int.md
validators/phone-number.md: v2/validators/phone-number.md
validators/post-code.md: v2/validators/post-code.md
view-helpers/introduction.md: v2/view-helpers/introduction.md
view-helpers/country-code-data-list.md: v2/view-helpers/country-code-data-list.md
view-helpers/currency-format.md: v2/view-helpers/currency-format.md
view-helpers/date-format.md: v2/view-helpers/date-format.md
view-helpers/number-format.md: v2/view-helpers/number-format.md
view-helpers/plural.md: v2/view-helpers/plural.md
view-helpers/translate.md: v2/view-helpers/translate.md
view-helpers/translate-plural.md: v2/view-helpers/translate-plural.md
application-integration/stand-alone.md: v2/application-integration/stand-alone.md
migration/migration-to-v2.4.md: v2/migration/migration-to-v2.4.md