mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 00:03:37 +08:00
e7b417121a
- Adds a more detailed template for the en.yml file provided with the extension skeleton. - I've left the sample keys uncommented, but added a comment advising that they be removed.
29 lines
638 B
YAML
29 lines
638 B
YAML
{{name}}:
|
|
|
|
##
|
|
# UNIQUE KEYS - The following keys are used in only one location each.
|
|
##
|
|
|
|
# Strings in this namespace are used by the admin interface.
|
|
admin:
|
|
|
|
# These keys are provided as examples; please delete them before using.
|
|
sample_location:
|
|
sample_text: "Hello, world!"
|
|
|
|
|
|
# Strings in this namespace are used by the forum user interface.
|
|
forum:
|
|
|
|
|
|
# Strings in this namespace are used by the forum and admin interfaces.
|
|
lib:
|
|
|
|
|
|
##
|
|
# REUSED STRINGS - The following keys are referenced by two or more unique keys.
|
|
##
|
|
|
|
# Strings in this namespace are referenced by two or more unique keys.
|
|
ref:
|