feat: Adds Lithuanian language selectable as site language (#7354)
This commit is contained in:
@@ -35,6 +35,7 @@ import vi from './locale/vi';
|
||||
import zh_CN from './locale/zh_CN';
|
||||
import zh_TW from './locale/zh_TW';
|
||||
import is from './locale/is';
|
||||
import lt from './locale/lt';
|
||||
|
||||
export default {
|
||||
ar,
|
||||
@@ -74,4 +75,5 @@ export default {
|
||||
zh_CN,
|
||||
zh_TW,
|
||||
is,
|
||||
lt,
|
||||
};
|
||||
|
||||
65
app/javascript/dashboard/i18n/locale/lt/index.js
Normal file
65
app/javascript/dashboard/i18n/locale/lt/index.js
Normal file
@@ -0,0 +1,65 @@
|
||||
import advancedFilters from './advancedFilters.json';
|
||||
import agentBots from './agentBots.json';
|
||||
import agentMgmt from './agentMgmt.json';
|
||||
import attributesMgmt from './attributesMgmt.json';
|
||||
import auditLogs from './auditLogs.json';
|
||||
import automation from './automation.json';
|
||||
import bulkActions from './bulkActions.json';
|
||||
import campaign from './campaign.json';
|
||||
import cannedMgmt from './cannedMgmt.json';
|
||||
import chatlist from './chatlist.json';
|
||||
import contact from './contact.json';
|
||||
import contactFilters from './contactFilters.json';
|
||||
import conversation from './conversation.json';
|
||||
import csatMgmt from './csatMgmt.json';
|
||||
import emoji from './emoji.json';
|
||||
import generalSettings from './generalSettings.json';
|
||||
import helpCenter from './helpCenter.json';
|
||||
import inboxMgmt from './inboxMgmt.json';
|
||||
import integrationApps from './integrationApps.json';
|
||||
import integrations from './integrations.json';
|
||||
import labelsMgmt from './labelsMgmt.json';
|
||||
import login from './login.json';
|
||||
import macros from './macros.json';
|
||||
import report from './report.json';
|
||||
import resetPassword from './resetPassword.json';
|
||||
import search from './search.json';
|
||||
import setNewPassword from './setNewPassword.json';
|
||||
import settings from './settings.json';
|
||||
import signup from './signup.json';
|
||||
import teamsSettings from './teamsSettings.json';
|
||||
import whatsappTemplates from './whatsappTemplates.json';
|
||||
|
||||
export default {
|
||||
...advancedFilters,
|
||||
...agentBots,
|
||||
...agentMgmt,
|
||||
...attributesMgmt,
|
||||
...auditLogs,
|
||||
...automation,
|
||||
...bulkActions,
|
||||
...campaign,
|
||||
...cannedMgmt,
|
||||
...chatlist,
|
||||
...contact,
|
||||
...contactFilters,
|
||||
...conversation,
|
||||
...csatMgmt,
|
||||
...emoji,
|
||||
...generalSettings,
|
||||
...helpCenter,
|
||||
...inboxMgmt,
|
||||
...integrationApps,
|
||||
...integrations,
|
||||
...labelsMgmt,
|
||||
...login,
|
||||
...macros,
|
||||
...report,
|
||||
...resetPassword,
|
||||
...search,
|
||||
...setNewPassword,
|
||||
...settings,
|
||||
...signup,
|
||||
...teamsSettings,
|
||||
...whatsappTemplates,
|
||||
};
|
||||
@@ -17,6 +17,7 @@ import is from './locale/is.json';
|
||||
import it from './locale/it.json';
|
||||
import ja from './locale/ja.json';
|
||||
import ko from './locale/ko.json';
|
||||
import lt from './locale/lt.json';
|
||||
import lv from './locale/lv.json';
|
||||
import ml from './locale/ml.json';
|
||||
import nl from './locale/nl.json';
|
||||
@@ -56,6 +57,7 @@ export default {
|
||||
it,
|
||||
ja,
|
||||
ko,
|
||||
lt,
|
||||
lv,
|
||||
ml,
|
||||
nl,
|
||||
|
||||
@@ -17,6 +17,7 @@ import is from './locale/is.json';
|
||||
import it from './locale/it.json';
|
||||
import ja from './locale/ja.json';
|
||||
import ko from './locale/ko.json';
|
||||
import lt from './locale/lt.json';
|
||||
import lv from './locale/lv.json';
|
||||
import ml from './locale/ml.json';
|
||||
import nl from './locale/nl.json';
|
||||
@@ -56,6 +57,7 @@ export default {
|
||||
it,
|
||||
ja,
|
||||
ko,
|
||||
lt,
|
||||
lv,
|
||||
ml,
|
||||
nl,
|
||||
|
||||
Reference in New Issue
Block a user