Skip to content

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!

@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