From 7bb7ed468a3fee3be017a91aa6fc4008daa4b70c Mon Sep 17 00:00:00 2001 From: Tareq Al-Ahdal Date: Thu, 24 Mar 2022 13:18:44 +0800 Subject: [PATCH] fix storing of escape sequences in database --- settings/country_settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/country_settings.yaml b/settings/country_settings.yaml index b58d157c..5c869f63 100644 --- a/settings/country_settings.yaml +++ b/settings/country_settings.yaml @@ -3596,7 +3596,7 @@ bq: languages: nl names: name: - default: \N + default: "\N" # Brazil (Brasil) br: -- 2.39.5