Skip to content

Commit f4b6f63

Browse files
AweaKeats
authored andcommitted
📝 Add TOML translations key example (#864)
1 parent 6d7c95e commit f4b6f63

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/content/documentation/getting-started/configuration.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,17 @@ ignored_content = []
8585
# A list of directories to search for additional `.sublime-syntax` files in.
8686
extra_syntaxes = []
8787

88-
# Optional translation object. The key if present should be a language code
88+
# Optional translation object. The key if present should be a language code.
89+
# Example:
90+
# default_language = "fr"
91+
#
92+
# [translations]
93+
# [translations.fr]
94+
# title = "Un titre"
95+
#
96+
# [translations.en]
97+
# title = "A title"
98+
#
8999
[translations]
90100

91101
# You can put any kind of data in there and it

0 commit comments

Comments
 (0)