• This project
    • Loading...
  • Sign in

monitor_v3 / hg-monitor-web · Files

Go to a project
11818 11818 11818 qq%e5%9b%be%e7%89%87 08 03 14 04 40

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • hg-monitor-web
  • online-office
  • src
  • locale
  • locale.js
  • 在线文档
    c6173706
    by wangtao
    2022-08-24 16:03:43 +0800  
    Browse Files
locale.js 242 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
import en from './en'
import zh from './zh'
import es from './es'
import zh_tw from './zh_tw'
import Store from '../store';

export const locales = {en,zh,es,zh_tw}

function locale(){
    return locales[Store.lang];
}

export default locale;