You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
This feature has already been implemented in the fork. What do you think about it? Should we create a PR to your repository? espressif#1
Description
I have used Translation with lang.Merge to bridge the gap between different languages when a specific language version does not exist. For example, if you have the following blogs:
blog.1.en
blog.1.ch
blog.2.en
When you check the English blogs, you will see:
blog.1.en
blog.2.en
When you check the Chinese blogs, you will see:
blog.1.ch
blog.2.en
The text was updated successfully, but these errors were encountered:
Hello!
This feature has already been implemented in the fork. What do you think about it? Should we create a PR to your repository?
espressif#1
Description
I have used
Translation
withlang.Merge
to bridge the gap between different languages when a specific language version does not exist. For example, if you have the following blogs:blog.1.en
blog.1.ch
blog.2.en
When you check the English blogs, you will see:
blog.1.en
blog.2.en
When you check the Chinese blogs, you will see:
blog.1.ch
blog.2.en
The text was updated successfully, but these errors were encountered: