templates/config/i18n-tasks.yml in i18n-tasks-0.6.1 vs templates/config/i18n-tasks.yml in i18n-tasks-0.6.2
- old
+ new
@@ -1,6 +1,6 @@
-# i18n-tasks find and manage missing and unused translations ⚙ https://github.com/glebm/i18n-tasks
+# i18n-tasks finds and manages missing and unused translations ⚙ https://github.com/glebm/i18n-tasks
base_locale: en
## i18n-tasks detects locales automatically from the existing locale files
## uncomment to set locales explicitly
# locales: [en, es, fr]
@@ -57,9 +57,14 @@
# include: ["*.rb", "*.html.slim"]
## Lines starting with # or / are ignored by default
# ignore_lines:
# - "^\\s*[#/](?!\\si18n-tasks-use)"
+
+## Google Translate
+# translation:
+# # Get an API key and set billing info at https://code.google.com/apis/console to use Google Translate
+# api_key: "AbC-dEf5"
## Consider these keys not missing
# ignore_missing:
# - pagination.views.*