Skip to content

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

Merged
MadLittleMods merged 2 commits into
matrix-org:masterfrom
MadLittleMods:madlittlemods/configurable-translation-funcs
Jan 11, 2022
Merged

Add a way to configure more translation funcs per project in package.json (matrix_i18n_extra_translation_funcs)#3
MadLittleMods merged 2 commits into
matrix-org:masterfrom
MadLittleMods:madlittlemods/configurable-translation-funcs

Conversation

@MadLittleMods

@MadLittleMods MadLittleMods commented Dec 16, 2021

Copy link
Copy Markdown
Contributor

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"
  ]
  // ...
}
```

@turt2live turt2live left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

Comment thread scripts/gen-i18n.js
@MadLittleMods
MadLittleMods merged commit dbd35b3 into matrix-org:master Jan 11, 2022
@MadLittleMods

Copy link
Copy Markdown
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