From 35e7106a93bfb04c13966f0262de1d67dd7a580d Mon Sep 17 00:00:00 2001 From: William Vo Date: Mon, 8 Jan 2024 23:13:39 +0700 Subject: [PATCH] =?UTF-8?q?Add=20=F0=9F=87=BB=F0=9F=87=B3=20Vietnamese=20l?= =?UTF-8?q?ocale=20(#240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../General/GeneralSiteSettingsP.tsx | 3 +- app/views/layouts/_header.html.erb | 2 +- config/initializers/locale.rb | 3 +- config/locales/backend/backend.vi.yml | 138 ++++++++++++ config/locales/devise/devise.vi.yml | 63 ++++++ config/locales/vi.yml | 212 ++++++++++++++++++ 6 files changed, 418 insertions(+), 3 deletions(-) create mode 100644 config/locales/backend/backend.vi.yml create mode 100644 config/locales/devise/devise.vi.yml create mode 100644 config/locales/vi.yml diff --git a/app/javascript/components/SiteSettings/General/GeneralSiteSettingsP.tsx b/app/javascript/components/SiteSettings/General/GeneralSiteSettingsP.tsx index 16014be3..b07570ef 100644 --- a/app/javascript/components/SiteSettings/General/GeneralSiteSettingsP.tsx +++ b/app/javascript/components/SiteSettings/General/GeneralSiteSettingsP.tsx @@ -159,6 +159,7 @@ const GeneralSiteSettingsP = ({ + @@ -249,4 +250,4 @@ const GeneralSiteSettingsP = ({ ); } -export default GeneralSiteSettingsP; \ No newline at end of file +export default GeneralSiteSettingsP; diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 7df25d9b..af13be01 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -31,7 +31,7 @@