From f4b6f63d3cc934dbc215e4fe0f4295fd2b9e2f57 Mon Sep 17 00:00:00 2001 From: David Authier Date: Thu, 28 Nov 2019 19:18:52 +0100 Subject: [PATCH] :memo: Add TOML translations key example (#864) --- .../documentation/getting-started/configuration.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/content/documentation/getting-started/configuration.md b/docs/content/documentation/getting-started/configuration.md index cba1472..9d060af 100644 --- a/docs/content/documentation/getting-started/configuration.md +++ b/docs/content/documentation/getting-started/configuration.md @@ -85,7 +85,17 @@ ignored_content = [] # A list of directories to search for additional `.sublime-syntax` files in. extra_syntaxes = [] -# Optional translation object. The key if present should be a language code +# Optional translation object. The key if present should be a language code. +# Example: +# default_language = "fr" +# +# [translations] +# [translations.fr] +# title = "Un titre" +# +# [translations.en] +# title = "A title" +# [translations] # You can put any kind of data in there and it