From b88acc929206f88d5148cb9d1d765628b34b7e64 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Sat, 21 May 2022 22:10:46 +0900 Subject: [PATCH] Support multi language on reference document --- README.md | 5 +++ .../src/site/markdown/index.md | 9 ++++++ .../src/site/resources/css/site.css | 29 ++++++++++++++++++ .../src/site/resources/es/css/site.css | 29 ++++++++++++++++++ .../src/site/resources/images/en.png | Bin 0 -> 1767 bytes .../src/site/resources/images/es.png | Bin 0 -> 873 bytes .../src/site/resources/images/ja.png | Bin 0 -> 705 bytes .../src/site/resources/images/ko.png | Bin 0 -> 1361 bytes .../src/site/resources/images/zh.png | Bin 0 -> 793 bytes .../src/site/resources/ja/css/site.css | 29 ++++++++++++++++++ .../src/site/resources/ko/css/site.css | 29 ++++++++++++++++++ .../src/site/resources/zh/css/site.css | 29 ++++++++++++++++++ .../src/site/site_zh.xml | 29 ++++++++++++++++++ .../{markdown/zh => zh/markdown}/index.md | 9 ++++++ pom.xml | 1 + 15 files changed, 198 insertions(+) create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/css/site.css create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/es/css/site.css create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/images/en.png create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/images/es.png create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/images/ja.png create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/images/ko.png create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/images/zh.png create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/ja/css/site.css create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/ko/css/site.css create mode 100644 mybatis-spring-boot-autoconfigure/src/site/resources/zh/css/site.css create mode 100644 mybatis-spring-boot-autoconfigure/src/site/site_zh.xml rename mybatis-spring-boot-autoconfigure/src/site/{markdown/zh => zh/markdown}/index.md (98%) diff --git a/README.md b/README.md index f2be7556..b4046bec 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ MyBatis Spring-Boot-Starter will help you to use MyBatis with Spring Boot * [See the docs](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md) * [See the docs for testing](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md) +Translations: + +* [See the docs(简体中文)](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/site/zh/markdown/index.md) + + ## Quick Start * [See the wiki page](https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start) diff --git a/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md b/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md index 9c7dc3e7..fa99731e 100644 --- a/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md +++ b/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md @@ -1,5 +1,14 @@ # Introduction +## Translations + +Users can read about MyBatis-Spring-Boot-Starter in the following translations: + + + ## What is MyBatis-Spring-Boot-Starter? The MyBatis-Spring-Boot-Starter help you build quickly MyBatis applications on top of the [Spring Boot](https://spring.io/projects/spring-boot). diff --git a/mybatis-spring-boot-autoconfigure/src/site/resources/css/site.css b/mybatis-spring-boot-autoconfigure/src/site/resources/css/site.css new file mode 100644 index 00000000..70ceb6b4 --- /dev/null +++ b/mybatis-spring-boot-autoconfigure/src/site/resources/css/site.css @@ -0,0 +1,29 @@ +/** + * Copyright 2015-2022 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * when new flags are needed, take them from + * + * http://www.printableworldflags.com/flag-icon + * + * that are free for any kind of usage + */ + +ul.i18n {list-style-type:none;} +li.en {background: url('../images/en.png') left no-repeat;padding-left: 32px; margin: 10px} +li.es {background: url('../images/es.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ja {background: url('../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh {background: url('../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ko {background: url('../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} \ No newline at end of file diff --git a/mybatis-spring-boot-autoconfigure/src/site/resources/es/css/site.css b/mybatis-spring-boot-autoconfigure/src/site/resources/es/css/site.css new file mode 100644 index 00000000..9d3a3f75 --- /dev/null +++ b/mybatis-spring-boot-autoconfigure/src/site/resources/es/css/site.css @@ -0,0 +1,29 @@ +/** + * Copyright 2015-2022 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * when new flags are needed, take them from + * + * http://www.printableworldflags.com/flag-icon + * + * that are free for any kind of usage + */ + +ul.i18n {list-style-type:none;} +li.en {background: url('../../images/en.png') left no-repeat;padding-left: 32px; margin: 10px} +li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} \ No newline at end of file diff --git a/mybatis-spring-boot-autoconfigure/src/site/resources/images/en.png b/mybatis-spring-boot-autoconfigure/src/site/resources/images/en.png new file mode 100644 index 0000000000000000000000000000000000000000..82cf5f1c38652196e8f8f0ac49d8ba925d7d0470 GIT binary patch literal 1767 zcmV(_`g8%^e{{R4h=>PzAFaQARU;qF*m;eA5Z<1fd zMgRZ?ZAnByRCwC#mwj*)*;3Di3zuSCpVdjCzP_Au50#*3QD%um82jcPii#=$1F(HYFGTjZQ9Qlm zPKF=cPtSYrllkNmWR}j&)Bsms?LL$wm9(OnGS%7i;I33S#CUo{3S;NvOd+M9anl%Mo525QubkaZ& z(e>yN)B(_S13hFibM{o0PSjAUchKkUBWq1LY15}+L@f61{eYU9BXo3l69A^E(AOJe z|DL0~c(@yL+4mV_*XVe51KvM3qACi-#RZg=&BE^wM=cQ0iNp@e9|iFH!z};qH+b-J z6W!Zi!d6hoh@boj`9JktcmiLi>zGy zExwkW!N~}ZvZMj-xYrL!kesnW;PFOy&Ju?m59%W>PkmV zcEkVzC@}zuM3-ZFdr2;uL1sZA+OQ!2G&HpE;->moRwMxtEXzRG)p#Mw6%qH%R*{eI zdJrWkQ3t;Ie#6aIK}E^a0Ni=^pg2>IV5t91G`;$-2Z{(N3X08!V8rj;lkQLG{4eR( zb=bi$6D~j$L=Pf{al`Zy4*%!iH!79|G3#mlKD504n*#X18j#IKk}GXM5c+$;uOt1r zaa~D5O|}o{XJ7?Gu~K~l0GfuV1JW@6VhgHzbDjCalu;VELn6CI^ z08|G#iFmzqJhz#a(fJg0pQLI>2`MfIB7Q_nz$6k04=lyeOUu$3KR%mx-uW@*>>}(6*rxZRAhmEm$l;MB?pORaf%XTc@#)9mDMhe$UV~tLa>~mbnct zbEIw&`Cp%eW$A!|VOVkKTuoadPUrWeq-3XbUGj;DNa%dKv_3LlT5K8O{lzw^{`FCD zW|Rpm7ZH&rySuXBxki|dP zD^BMMvDuagkgEbXof_M=Eu^+~Ia$L}>G|WIa2MW(t@RA)b#**-Za6EKy+Xj_y>4)Y zLMG+qyO}rdS9Esv;`(+Gc_;shOew%K_X#RTwDEHFV$!o*2@4!M_E8j94@!I4T4^R# zJge8rq1Qf;+`<i4FcpU zK(5E*aXT(_aADQcsGqizx#{Orwxv?F1 literal 0 HcmV?d00001 diff --git a/mybatis-spring-boot-autoconfigure/src/site/resources/images/es.png b/mybatis-spring-boot-autoconfigure/src/site/resources/images/es.png new file mode 100644 index 0000000000000000000000000000000000000000..a4177e9f79d261dcb975aa9b892a92f1be43e949 GIT binary patch literal 873 zcmV-v1D5=WP)(_`g8%^e{{R4h=>PzAFaQARU;qF*m;eA5Z<1fd zMgRZ;?@2^KRCwC#m(6QcM;OL`GiOdtuJPvH7(-$NMKLr|w04o&F1l!Gk%G8$<-(0i z*IoAC=&Dfs6SN}e!r~%}XdzOffwn?KDw3OMa&vRf$IQGg&bhhAkD@hlvdIg>FmvWG z&pgjO@60F>VJAbg!?6oM0Ra#db(P_O!~nxjzx!d8pyK(p=D>}s`wY-P2h_g(rqcP- zg$00y0V1&$NfP{vH9$)0&~HnxOT9LxWaF*w(!bJc%hq>2(u5=hhztPUBi$H@<4RU9 z-5AL%06Bmx!*@6F-EKAf4}|zM?E?_&kc|$~=~Tl&5P&T)FnP;@Zi95*G^qmT6att) zz<&($E06^0JqgHwHn3S5Bv@F-c0!Y^) zT0eI|Im9`Z(M((p(fbp$-EIy_%K$9M21xD#5yjjuF;ia|_I??%a@SyvA7W(2vA(>- zz3W}RzA%{Qagmbk-nH;zth^3DdJ<$g`^GVS@hrjIERTO}F*rC*^Vp9hvoXzcS2%gl zp!H2~=2ic{C;R#2!CM$80A$ZB@f`*8Ydjhf*5iy*|1L2xIYsApi(L)bd!|L$9QZ&9 zLQswVX(-+ny7;_=f@})mjN|m!3V%PTaqYJ&B=>)UjlaN$V5C3(e;0>HR>}jCksB@d zm{uvxGvf@@Lu|`)Nze0S&hz*W&*$eqMaCx3Sdid@UC;xd^Gs|DadL!dG|Y{M4_SOv zLn2Lf^fb}oFBm;wShAYi|14mmp=~fAcwb_`dj~-efFjf>pB;U`$nbN9j|7-*i_!0e z#-L$cx7gEm7;SkoE2;lJ%wA~=-utcIPZp!bViW{OMQ4Gk)rh_0c)T{9GvFKqLGIIv z!aLXB1J1kmPbPevv!EwIz6nK86#`Ht0EG?n6sha=>Le)SHh}ZM^Y(hBcfw+~IR%UZ zCxEevujR|YpQ?Bh)Qh^xNPxE5eVpzzfR_URrm1P`0ajTf00000NkvXXu0mjfTquqq literal 0 HcmV?d00001 diff --git a/mybatis-spring-boot-autoconfigure/src/site/resources/images/ja.png b/mybatis-spring-boot-autoconfigure/src/site/resources/images/ja.png new file mode 100644 index 0000000000000000000000000000000000000000..67020dfcc2ee8f6af401afa8ab864a547b73cf7a GIT binary patch literal 705 zcmV;y0zUnTP)(_`g8%^e{{R4h=>PzAFaQARU;qF*m;eA5Z<1fd zMgRZ;M@d9MRCwC#m(ObxK@`V7v)N>mlBTV#BzjR>B$XnF3W}wmQ1IwM@gfL?%~WFc(k~3l!pxiR z`@Z*P-Y5|vN?1gU4FU>?0Z#qfPK1DO0~rx1M&i9vn=GI!!U%L(b@`)$6L}Ka|FlYk zuvld2^;-y*h!6B*_4T4+vHwpX`0$a^#ASl_?@%Z}A%w(w`{*7UBQZ3%?lR1a$V-#S z)v0Ob$1h=#_`?w*XneX)pCNtnxM>v(8Y>Wd`pnmh7l@HU2-ozccx8fk{|=n}dt0c0 z2wzT}rB;{);(*kbN`o2d{~F6lvh~qDRNQWj0^$63s?VMRNuavw6mKN+lSo)DQk!{! zvu{splF)xLjb5yv2u#a_#k==gM?iZXx>Q1uFeIRna@o8LMFgePnv;?vhmf#lT(ugH z)X~u2V+_#oS7XQ(`$#Cz}%@qIc*kB~Y%f|bb_ z+gYK2>$=izxUMTe-de8$t-^{VjN);!Ouz<0tu>`msjUR+PKOG}0=t3DZ5H7h@LbiK n(#{B)Qy*AR8;{ed3H%rU>)GG6*XR$l00000NkvXXu0mjfrY1gr literal 0 HcmV?d00001 diff --git a/mybatis-spring-boot-autoconfigure/src/site/resources/images/ko.png b/mybatis-spring-boot-autoconfigure/src/site/resources/images/ko.png new file mode 100644 index 0000000000000000000000000000000000000000..0e3d706255e1b3586ff2aa8370cf5dd351e1b206 GIT binary patch literal 1361 zcmV-X1+MyuP)(_`g8%^e{{R4h=>PzAFaQARU;qF*m;eA5Z<1fd zMgRZ=*GWV{RCwC#ms?CzcO1t*r>#9)svw}G7f48$Wm$|{P=MO1_lbPiJQ*r%#_IGc%LRmoG0Z3c9+wc=+%k8jXgG%nV#E z*OCN;LLr))n=zS83=a=eSXfABXXm_gb+bDnkqGC{pJ)C0^?1Er3JMCy%F4oSwZI|L zCr=_t5+08Si^W1tP7XVE>_C#FsVFF#a|9I?6>QtK4U@^lty{OKsi}EJe*HSZgI}W# z4JCFSl+eYCNn2%QWwf`qlb4rANl6K{wY5p|1$STyBO@cUwY5=IRW*?{ z!eIt??nE64f_CP~r3eKrDne0->SWe5Hlj0|0cdGy!Dh2zu~_EI14Ro8n2jgbT2c1a zp-oSpT8#wg)dauEd30%vn8YYs{9UZw^&y6jK3+^BD$*_1vwyuGVB^>rT8#!Vxpk=` z#u0fV-$`$RkN^p%ZWZ6&yN_X!b{8$6GqIY#!$v-c_aKk}!4G;H2Q_c7A~?!~ENB_a z<(IfZ%~AviA?7&8Y;3UQ@_yS?F z;KB0+sH!?+@aD~%?Ay1GvuDq8?%X*54C#6rzNkdRqYw?DS7QjFq6&d31mg*X*wZL` zKYfclOBMjFt*sn6e3)+z9pd7&@SM&m0oGV7=F#i*05mo>a^uDgd_Es`yB(*~Nqc)c z+1c3uT==n@JzqH)coKxEV-o_y>NGz8q@2%ol_g2`)a?NYZr{F*)oR6THd9|;k0eQq zkB=kE@&Q1ftL$}kbr_9Cva_=p9314#nKL+@&SXA_L?Wc6rA-J3hr^z+5ki9C*E6yk0N+_wQ%>_U()E?2e8OYHMrRv}qHvEK^)uOhG{b4u@k#xi=UL6RB8H zlo5fv2`qNk^4Ui*L*z#0ey<~0(J$Hj|cAsc?bUjSAe zps1=!AP{(|7t+Z*ph!S2PzgRO11^hbzud35~ Tj}h(_`g8%^e{{R4h=>PzAFaQARU;qF*m;eA5Z<1fd zMgRZ;pGibPRCwC#m%DBgQ4of|v%8L+i(>(bkZ9;c7TOT_ zJ_23b`RUhh0F4N!n)i^V=;0B=wsg+rjxELiGJG=_trvY}wefK8Jinl^4ru~VjQ|kE zdVQ>))8q7mqQP_!jz-<>Z1OA(f3V*rStagXKAHY@itEOlIY8q|dX+9t7 zhYd8$3VKFiovH81b>|f;X23+yP6tbpVIP4RbYSU*Qh${3_gO91fnhrhS`D-D`?0Cd zeVqtMRs`T7?u;t4XxVo-+%_zZ=l9)7ElVK`Cn=CPh8Y0-0c3j%z6B~3!g_tO2=N|N z3!EOu=RE#xYHijvMy2Hy!fExuJ0O(27Y(W$Z0Ysz8 z#W{ktwGt_?5dg0St)rt-N8&-Xc?VntZUGx5kLACC&u;KfP#-+Yv;=6oi=Wf;2JmkH X`W$zu!94vB00000NkvXXu0mjfQX5oi literal 0 HcmV?d00001 diff --git a/mybatis-spring-boot-autoconfigure/src/site/resources/ja/css/site.css b/mybatis-spring-boot-autoconfigure/src/site/resources/ja/css/site.css new file mode 100644 index 00000000..9d3a3f75 --- /dev/null +++ b/mybatis-spring-boot-autoconfigure/src/site/resources/ja/css/site.css @@ -0,0 +1,29 @@ +/** + * Copyright 2015-2022 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * when new flags are needed, take them from + * + * http://www.printableworldflags.com/flag-icon + * + * that are free for any kind of usage + */ + +ul.i18n {list-style-type:none;} +li.en {background: url('../../images/en.png') left no-repeat;padding-left: 32px; margin: 10px} +li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} \ No newline at end of file diff --git a/mybatis-spring-boot-autoconfigure/src/site/resources/ko/css/site.css b/mybatis-spring-boot-autoconfigure/src/site/resources/ko/css/site.css new file mode 100644 index 00000000..9d3a3f75 --- /dev/null +++ b/mybatis-spring-boot-autoconfigure/src/site/resources/ko/css/site.css @@ -0,0 +1,29 @@ +/** + * Copyright 2015-2022 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * when new flags are needed, take them from + * + * http://www.printableworldflags.com/flag-icon + * + * that are free for any kind of usage + */ + +ul.i18n {list-style-type:none;} +li.en {background: url('../../images/en.png') left no-repeat;padding-left: 32px; margin: 10px} +li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} \ No newline at end of file diff --git a/mybatis-spring-boot-autoconfigure/src/site/resources/zh/css/site.css b/mybatis-spring-boot-autoconfigure/src/site/resources/zh/css/site.css new file mode 100644 index 00000000..9d3a3f75 --- /dev/null +++ b/mybatis-spring-boot-autoconfigure/src/site/resources/zh/css/site.css @@ -0,0 +1,29 @@ +/** + * Copyright 2015-2022 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * when new flags are needed, take them from + * + * http://www.printableworldflags.com/flag-icon + * + * that are free for any kind of usage + */ + +ul.i18n {list-style-type:none;} +li.en {background: url('../../images/en.png') left no-repeat;padding-left: 32px; margin: 10px} +li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} \ No newline at end of file diff --git a/mybatis-spring-boot-autoconfigure/src/site/site_zh.xml b/mybatis-spring-boot-autoconfigure/src/site/site_zh.xml new file mode 100644 index 00000000..ace8504a --- /dev/null +++ b/mybatis-spring-boot-autoconfigure/src/site/site_zh.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + diff --git a/mybatis-spring-boot-autoconfigure/src/site/markdown/zh/index.md b/mybatis-spring-boot-autoconfigure/src/site/zh/markdown/index.md similarity index 98% rename from mybatis-spring-boot-autoconfigure/src/site/markdown/zh/index.md rename to mybatis-spring-boot-autoconfigure/src/site/zh/markdown/index.md index 365d1a9c..13a3c527 100644 --- a/mybatis-spring-boot-autoconfigure/src/site/markdown/zh/index.md +++ b/mybatis-spring-boot-autoconfigure/src/site/zh/markdown/index.md @@ -1,5 +1,14 @@ # 简介 +## 文档的翻译版本 + +可以阅读以下 MyBatis-Spring-Boot-Starter 文档的翻译版本: + + + ## 什么是 MyBatis-Spring-Boot-Starter? MyBatis-Spring-Boot-Starter 可以帮助你更快地在 [Spring Boot](https://spring.io/projects/spring-boot) 之上构建 MyBatis 应用。 diff --git a/pom.xml b/pom.xml index e3b8de74..2aa9a425 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,7 @@ org.apache.maven.plugins maven-site-plugin + en,zh_CN ${project.build.directory}/site-src