We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7c95e commit f4b6f63Copy full SHA for f4b6f63
docs/content/documentation/getting-started/configuration.md
@@ -85,7 +85,17 @@ ignored_content = []
85
# A list of directories to search for additional `.sublime-syntax` files in.
86
extra_syntaxes = []
87
88
-# Optional translation object. The key if present should be a language code
+# 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
99
[translations]
100
101
# You can put any kind of data in there and it
0 commit comments