From 2b8b0e25a48ec9ebfaf25bed0984339c486a6eb0 Mon Sep 17 00:00:00 2001 From: jvyden Date: Wed, 13 Apr 2022 19:00:17 -0400 Subject: [PATCH] Fix scuffed YML --- crowdin.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 9d34341c..83cbdd10 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -22,18 +22,17 @@ files: [ # Files or directories for ignore # e.g. ["/**/?.txt", "/**/[0-9].txt", "/**/*\?*.txt"] # - ignore: - - "/ProjectLighthouse.Localization/%file_name%.*.%file_extension%" - - # - # The dest allows you to specify a file name in Crowdin - # e.g. "/messages.json" - # - #"dest" : "", - - # - # File type - # e.g. "json" + "ignore": "/ProjectLighthouse.Localization/%file_name%.*.%file_extension%", + + # + # The dest allows you to specify a file name in Crowdin + # e.g. "/messages.json" + # + #"dest" : "", + + # + # File type + # e.g. "json" # #"type" : "",