{"id":7985,"date":"2020-04-12T00:47:41","date_gmt":"2020-04-11T16:47:41","guid":{"rendered":"https:\/\/sdeno.com\/?p=7985"},"modified":"2020-04-12T00:47:41","modified_gmt":"2020-04-11T16:47:41","slug":"i18n%e5%89%8d%e7%ab%af%e5%9b%bd%e9%99%85%e5%8c%96","status":"publish","type":"post","link":"https:\/\/sdeno.com\/?p=7985","title":{"rendered":"i18n\u524d\u7aef\u56fd\u9645\u5316"},"content":{"rendered":"<p>\u56fd\u9645\u9879\u76ee \u56fd\u5916\u9879\u76ee \u8bed\u8a00\u5feb\u901f\u5207\u6362<\/p>\n<p>i18n\u4ece\u524d\u7aef\u89d2\u5ea6\u53ef\u4ee5\u770b\u6210\u662f\u4e00\u4e2a\u6a21\u5757\u3002<\/p>\n<p>\u4f8b\u5982\uff0c\u4e0d\u540c\u56fd\u5bb6\u4e0d\u540c\u6587\u5316\u770b\u65f6\u95f4\uff0c\u6216\u8005\u6587\u5b57\u90fd\u662f\u4e0d\u4e00\u6837\u7684\u3002\u4e3a\u4e86\u7edf\u4e00\u6807=\u6807\u51c6\uff0c\u4f8b\u5982\u5728\u56fd\u5185\u8c03\u7528\u65f6\u95f4\u63d2\u4ef6\u7684\u8bdd\uff0c\u7acb\u9a6c\u5c31\u7b26\u5408\u4e2d\u56fd\u4eba\u7684\u4e60\u60ef\u3002\u6216\u8005\u4e00\u4e9b\u516c\u5171\u7684\u6587\u6848\u4f8b\u5982\uff0c\u6309\u94ae\u201c\u786e\u5b9a\u201d\uff0c\u201c\u53d6\u6d88\u201d\u3002\u53ea\u8981\u8c03\u7528\u4e00\u4e2a\u53c2\u6570\u5c31\u884c\u4e0d\u7ba1\u4f60\u662f\u54ea\u4e2a\u56fd\u5bb6\u7684\u3002<\/p>\n<p>&nbsp;<\/p>\n<p>\u56fd\u9645\u5316\u91cd\u70b9\uff1a<br \/>\n1\u3001 \u8bed\u8a00<br \/>\n\u8bed\u8a00\u672c\u5730\u5316<br \/>\n2\u3001 \u6587\u5316<br \/>\n\u989c\u8272\u3001\u4e60\u4fd7\u7b49<br \/>\n3\u3001 \u4e66\u5199\u4e60\u60ef<br \/>\n\u65e5\u671f\u683c\u5f0f\u3001\u65f6\u533a\u3001\u6570\u5b57\u683c\u5f0f\u3001\u4e66\u5199\u65b9\u5411<br \/>\n\u5907\u6ce8\uff1a\u9879\u76ee\u4e2d\u4f1a\u5175\u5206\u4e24\u8def\uff0c\u4e00\u8def\u662f\u8bed\u8a00\u7684\u56fd\u9645\u5316\uff0c\u53e6\u4e00\u8def\u4e3b\u8981\u4e3a\u6587\u5316\u56fd\u9645\u5316<\/p>\n<p>\u4ea7\u54c1\u8bbe\u8ba1\u4e4b\u521d\u5f15\u5165\u56fd\u9645\u5316\u6807\u51c6\uff0c\u7b26\u5408\u9879\u76ee\u7684\u5f00\u53d1\u6d41\u7a0b\u3002<br \/>\n\u56fd\u5185\u4e3b\u8981\u4e3b\u8981\u4e09\u70b9\uff0c\u4e00\u4e2a\u662f\u6e2f\u6fb3\u53f0\u91c7\u7528\u4e2d\u6587\u7e41\u4f53+\u82f1\u6587\uff0c\u5185\u9646\u901a\u4fd7\u4e2d\u6587\u7b80\u4f53\uff0c\u65b0\u7586\u7b49\u5730\u533a\u91c7\u7528\u6587\u5316\u6807\u51c6\u3002<\/p>\n<p>*\u7f3a\u70b9\uff0c\u64cd\u4f5c\u914d\u7f6e\u7e41\u7410\u590d\u6742<\/p>\n<p>&nbsp;<\/p>\n<pre>&lt;script src=\"https:\/\/unpkg.com\/vue-i18n\/dist\/vue-i18n.js\"&gt;&lt;\/script&gt;<\/pre>\n<p>\u6216\u8005<\/p>\n<pre>npm install vue-i18n --save-dev<\/pre>\n<p>vue-I18n\u66b4\u9732$t\u5bf9\u8c61\u8fdb\u884c\u5e94\u7528\uff0c\u4f8b\u5982jquery\u66b4\u9732\u7684\u662f$<\/p>\n<p>&nbsp;<\/p>\n<pre>import VueI18n from 'vue-i18n'\r\n\/* \u5e73\u53f0\u56fd\u9645\u8bed\u8a00\u9759\u6001\u5b57\u5178 *\/\r\nimport LangEn from '.\/lang\/en'\r\nimport LangZhCHS from '.\/lang\/zhCHS'\r\nimport LangZhCHT from '.\/lang\/zhCHT'\r\n\/* vue-i18n\u6ce8\u518c *\/\r\nVue.use(VueI18n)\r\n\/\/ \u8bbe\u7f6e\u8bed\u8a00\u9879\r\nconst i18n = new VueI18n({\r\n  locale: 'zhCHS',\r\n  messages: {\r\n   'en': LangEn,\r\n   'zhCHS': LangZhCHS,\r\n   'zhCHT': LangZhCHT\r\n  }\r\n})\r\n\/* eslint-disable no-new *\/\r\nnew Vue({\r\n  el: '#app',\r\n  i18n,\r\n  components: { App },\r\n  template: '&lt;App\/&gt;'\r\n})<\/pre>\n<p>&nbsp;<\/p>\n<p>zhCHS.js<br \/>\n\u901a\u8fc7exports<\/p>\n<pre>module.exports = {\r\n  buttom: {\r\n   cancel: '\u53d6\u6d88',\r\n   determine: '\u786e\u5b9a',\r\n   login: '\u767b\u9646',\r\n   signOut: '\u9000\u51fa\u767b\u9646',\r\n   registered: '\u6ce8\u518c',\r\n   search: '\u67e5\u8be2',\r\n   submit: '\u63d0\u4ea4',\r\n   save: '\u4fdd\u5b58'\r\n }\r\n}<\/pre>\n<p>&nbsp;<\/p>\n<p>Example.vue<br \/>\n\u901a\u8fc7\u8fdb\u884c\u6570\u636e\u7ed1\u5b9a\u4f8b\u5b50\u4e2d\u521d\u59cb\u5316\u5148\u68c0\u67e5\u6d4f\u89c8\u5668\u9ed8\u8ba4\u8bed\u8a00\uff0c\u5e76\u4fdd\u5b58\u5230\u4e2d\u901a\u8fc7i18n.locale\u53ef\u4ee5\u968f\u610f\u5207\u6362\u7248\u672c<\/p>\n<pre>&lt;v-btn flat&gt;{{$t('buttom.cancel')}}&lt;\/v-btn&gt;\r\n &lt;v-btn-toggle v-model=\"icon\"&gt;\r\n  &lt;v-btn flat value=\"zhCHS\"&gt;\r\n  &lt;span&gt;\u4e2d\u6587&lt;\/span&gt;\r\n  &lt;v-icon&gt;format_align_left&lt;\/v-icon&gt;\r\n&lt;\/v-btn&gt;\r\n&lt;v-btn flat value=\"en\"&gt;\r\n  &lt;span&gt;English&lt;\/span&gt;\r\n  &lt;v-icon&gt;format_color_text&lt;\/v-icon&gt;\r\n&lt;\/v-btn&gt;\r\n\r\n\r\n\r\nwatch: {\r\n icon (val) {\r\n this.$i18n.locale = val\r\n this.setLocalStorage('PLAY_LANG', val)\r\n}\r\n},\r\ncreated () {\r\n let lang = this.getLocalStorage('PLAY_LANG')\r\n if (lang) {\r\n  this.icon = lang\r\n } else {\r\n  let defaultLang = this.getNavigatorLang() \/\/ \u83b7\u53d6\u6d4f\u89c8\u5668\u8bbe\u7f6e\u8bed\u8a00\r\n  this.setLocalStorage('PLAY_LANG', defaultLang)\r\n  this.icon = defaultLang\r\n}\r\n}<\/pre>\n<p>\u8fd8\u80fd\u6839\u636e\u4f60\u4e0d\u540c\u56fd\u5bb6\u5feb\u901f\u5207\u6362\u8bed\u8a00<\/p>\n<p>\u5982\u679c\u4f60\u662f\u505a\u56fd\u9645\u9879\u76ee\u5c31\u63a8\u8350\u4f7f\u7528<\/p>\n<p>https:\/\/segmentfault.com\/a\/1190000014241037<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u56fd\u9645\u9879\u76ee \u56fd\u5916\u9879\u76ee \u8bed\u8a00\u5feb\u901f\u5207\u6362 i18n\u4ece\u524d\u7aef\u89d2\u5ea6\u53ef\u4ee5\u770b\u6210\u662f\u4e00\u4e2a\u6a21\u5757\u3002 \u4f8b\u5982\uff0c\u4e0d\u540c\u56fd\u5bb6\u4e0d\u540c\u6587\u5316\u770b\u65f6\u95f4\uff0c\u6216\u8005\u6587 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-7985","post","type-post","status-publish","format-standard","hentry","category-11"],"_links":{"self":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/7985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7985"}],"version-history":[{"count":0,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/7985\/revisions"}],"wp:attachment":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7985"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7985"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}