tervancovan
tervancovan
@larsvliet thank you It works very well ``` TranslateModule.forRoot({ loader: { provide: TranslateLoader, useClass: CachedHttpTranslationLoader, deps: [HttpClient] }, defaultLanguage: 'ko' }), ```
@julian- me too do you find a solution?
Me neither~
It is working on A5000 now
네 그럼 일단 오픈은 하고 다른이슈 한번 보시고 잡아볼래요?
Do you find the way to train ?
I got a same issue
> try this : > > If you are working on iOS 14+ do check this App tracking permission that is required for events tracking. > > https://developer.apple.com/app-store/user-privacy-and-data-use/#permission-to-track > >...
> Add Chinese hand-draw font [Zhi Mang Xing](https://fonts.google.com/specimen/Zhi+Mang+Xing?preview.text=%E6%88%91%E6%9C%89%E4%B8%80%E4%B8%AA%E6%A2%A6%E6%83%B3&preview.text_type=custom&subset=chinese-simplified#license) and code font [ZCOOL QingKe HuangYou](https://fonts.google.com/specimen/ZCOOL+QingKe+HuangYou?preview.text=%E6%88%91%E6%9C%89%E4%B8%80%E4%B8%AA%E6%A2%A6%E6%83%B3&preview.text_type=custom&subset=chinese-simplified#license) fixes #1290 [Zhi Mang Xing](https://fonts.google.com/specimen/Zhi+Mang+Xing?preview.text=%E6%88%91%E6%9C%89%E4%B8%80%E4%B8%AA%E6%A2%A6%E6%83%B3&preview.text_type=custom&subset=chinese-simplified#license) does not support korean when I type "안녕하세요" (hello) than every...
> For one who using ttsc updating ttypescript to 1.5.15 version may solve the issue. > > ``` > "@types/node": "^16.18.11", > "ts-transformer-keys": "^0.4.4", > "ttypescript": "^1.5.15", > "typescript": "^4.9.4"...