From da644ff52d5c4e0689aca4817543423f890bc7ef Mon Sep 17 00:00:00 2001 From: Ryan Tsien Date: Wed, 7 Feb 2024 17:03:27 +0800 Subject: [PATCH] hugo.toml: fixup english translations (#100) Signed-off-by: Ryan Qian --- hugo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index ca768af..638aa4b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -72,7 +72,7 @@ defaultContentLanguageInSubdir = false [languages.en.params] registration_url = 'https://www.wenjuan.com/s/UZBZJveQl0k/' [[languages.en.params.banners]] - text = 'The deadline of registrations and submissions for this championship is extended to February 29, 2024.' + text = 'The deadline for registrations and submissions for this championship is extended to February 29, 2024.' link = 'https://rvspoc.org/02/' [languages.ru] contentDir = 'content/ru' @@ -85,7 +85,7 @@ defaultContentLanguageInSubdir = false [languages.ru.params] registration_url = 'https://www.wenjuan.com/s/UZBZJveQl0k/' [[languages.ru.params.banners]] - text = 'The deadline of registrations and submissions for this championship is extended to February 29, 2024.' + text = 'The deadline for registrations and submissions for this championship is extended to February 29, 2024.' link = 'https://rvspoc.org/02/' [languages.ja] contentDir = 'content/ja' @@ -100,7 +100,7 @@ defaultContentLanguageInSubdir = false [languages.ja.params] registration_url = 'https://www.wenjuan.com/s/UZBZJveQl0k/' [[languages.ja.params.banners]] - text = 'The deadline of registrations and submissions for this championship is extended to February 29, 2024.' + text = 'The deadline for registrations and submissions for this championship is extended to February 29, 2024.' link = 'https://rvspoc.org/02/' [languages.ko] contentDir = 'content/ko' @@ -115,5 +115,5 @@ defaultContentLanguageInSubdir = false [languages.ko.params] registration_url = 'https://www.wenjuan.com/s/UZBZJveQl0k/' [[languages.ko.params.banners]] - text = 'The deadline of registrations and submissions for this championship is extended to February 29, 2024.' + text = 'The deadline for registrations and submissions for this championship is extended to February 29, 2024.' link = 'https://rvspoc.org/02/'