Will 保哥

Results 87 comments of Will 保哥

I added. There is still no `zh-tw` appear in `target/site` folder after run `mvn site`. ![image](https://user-images.githubusercontent.com/88981/174820695-26c44390-5003-4bb9-b76f-f77867b5dbf4.png) Here is my folder structure: ![image](https://user-images.githubusercontent.com/88981/174822033-47a4594e-f081-4ca7-8474-4f52255fbe4e.png) The log shown: ![image](https://user-images.githubusercontent.com/88981/174822459-e9c49abd-2df1-4e3f-a521-2dd114bd95db.png) It seems look for...

I tried so many ways to generate `zh_TW` locale for the site. Still failed. Anyone can help? :(

I think this issue is caused by [Apache Maven Site Plugin](https://maven.apache.org/plugins/maven-site-plugin/index.html). I created a bug report here: https://issues.apache.org/jira/browse/MSITE-904

@pkozlowski-opensource I have a workaround for this: https://stackblitz.com/edit/angular-ivy-zmtxmg?file=src%2Fapp%2Fapp.component.ts ```ts import { Component, VERSION } from '@angular/core'; @Component({ selector: 'my-app', template: '{{ this["我的"] }} ', }) export class AppComponent { //...

@awxiaoxian2020 Are you able to support different `zh` locale now?

So I should send another PR, right?

@awxiaoxian2020 I'm struggling with the build process. I tried to build mybatis-3 project in the docker container: ```sh docker run -it --rm --name=mybatis maven:3-eclipse-temurin-11 bash ``` I `git clone` the...

I just want to make sure I can build this project before I contribute translations. Why you haven't met this issue?

@hazendaz I know it's conflicting. I'm not building my branch. I'm building `master` branch. I want to build it before I fix the conflicts.