Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jekyll-multiple-languages-plugin #568

Closed
victorbnl opened this issue May 22, 2021 · 2 comments
Closed

jekyll-multiple-languages-plugin #568

victorbnl opened this issue May 22, 2021 · 2 comments

Comments

@victorbnl
Copy link
Contributor

What framework do you want to have? Please provide links of its i18n solution/package.

jekyll-multiple-languages-plugin

https://github.com/kurtsson/jekyll-multiple-languages-plugin

Please provide some overall screenshots about how the i18n usage would be like

{% t KEY %}

Please provide a minimal starter project

https://github.com/colabois/colabois.fr

Additional context

Here is my Custom Framework configuration that fully works :

i18n-ally-custom-framework.yml

languageIds:
  - html

usageMatchRegex:
  - "\\{\\% t ({key}) \\%\\}"

settings.json

{
    "i18n-ally.localesPaths": [
        "_i18n"
    ],
    "i18n-ally.pathMatcher": "{locale}.yml"
}
@stale
Copy link

stale bot commented Jul 21, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 21, 2021
@victorbnl
Copy link
Contributor Author

😭

@stale stale bot removed the stale label Jul 21, 2021
@antfu antfu added the no-stale label Jul 27, 2021
@terales terales added this to the Weekly cycle 022 milestone Jul 28, 2021
@terales terales assigned terales and antfu and unassigned terales Jul 28, 2021
@antfu antfu closed this as completed in 6d6f96c Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants