TATSUNO “Taz” Yasuhiro
TATSUNO “Taz” Yasuhiro
[downloadDirectory](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/transfer/TransferManager.html#downloadDirectory-java.lang.String-java.lang.String-java.io.File-) is missing.
vue-i18n's key syntax is very similar to JS notation, but not the subset/superset of JS. IMHO, bracket notation is good to have, but not high priority since there are other...
> Value of key 'formation.type.capsule' is not a string or function ! These warning are shown when the specified key does not have the corresponding item of string/function. The above...
> Maybe the doc should make this clearer ? I don't think this is explained anywhere. This sounds nice 👍
Oh, I see. so `formation.type.capsule` is actually valid key. > vue-i18n does not like dynamic keys Yes, this is correct. Keys passed to vue-i18n should be static. If keys are...
Could you add more detail about use cases for this enhancement ?
> However, my translation resource file items are more than 10,000; Does the issue happen if you reduced the number of translations into 100 or around ? Could you create...
Thanks for reporting. It sounds like performance problem when locale have thousands keys on mobile devices. There might be a room for optimization in vue-i18n, but I think it is...
Thanks for report! Can we close this issue as upstream (browser/node.js side) issue? IIUC, it seems that we could not fix this on cue-i18n side.
HTML tags in message are handled as plain text in `$t`, for security reason. As taotaoshan suggested, perhaps you should use `v-html`. You may find this document helpful. https://kazupon.github.io/vue-i18n/guide/formatting.html#html-formatting >...