From dd0cd282b02a9ba0738a79e4cca0f323061f6944 Mon Sep 17 00:00:00 2001 From: Tomas Van Morlegan Date: Wed, 8 Jan 2025 19:56:16 +0100 Subject: [PATCH] feat: add Lao language support (#1795) --- src/components/App/App.constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/App/App.constants.js b/src/components/App/App.constants.js index a5d30a1b2..a79606229 100644 --- a/src/components/App/App.constants.js +++ b/src/components/App/App.constants.js @@ -35,6 +35,7 @@ export const APP_LANGS = [ 'ja-JP', 'km-KH', 'ko-KR', + 'lo-LA', 'mk-MK', 'ml-IN', 'nb-NO', @@ -83,4 +84,4 @@ export const USER_DATA_PROPERTIES = [ 'updatedAt', 'authToken', 'isAdmin' -]; +]; \ No newline at end of file