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

Add a way to configure more translation funcs per project in package.json (matrix_i18n_extra_translation_funcs) #3

Conversation

MadLittleMods
Copy link
Contributor

@MadLittleMods MadLittleMods commented Dec 16, 2021

Add a way to configure more translation funcs per project in package.json (matrix_i18n_extra_translation_funcs)

See matrix-org/matrix-react-sdk#7377 (comment)

package.json:

{
  // ...
  "matrix_i18n_extra_translation_funcs": [
    "newTranslatableError"
  ]
  // ...
}

Related to #2

…json

See matrix-org/matrix-react-sdk#7377 (comment)

`package.json`:
```json
{
  // ...
  "matrix_i18n_extra_translation_funcs": [
    "newTranslatableError"
  ]
  // ...
}
```
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

scripts/gen-i18n.js Show resolved Hide resolved
@MadLittleMods MadLittleMods merged commit dbd35b3 into matrix-org:master Jan 11, 2022
@MadLittleMods
Copy link
Contributor Author

Thanks for the review @turt2live 🦍

MadLittleMods added a commit to matrix-org/matrix-react-sdk that referenced this pull request Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants