Skip to content

Commit 8071713

Browse files
authored
Merge pull request #25 from jorotenev/update-readme
update the README.md to include that app.name is mandatory
2 parents f3a34e7 + 0b6aa47 commit 8071713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const i18n = {
120120
module.exports = i18n;
121121
```
122122

123+
If you get a `No resource found that matches the given name (at 'label' with value '@string/title_activity_kimera')` when building the app, you have to set the `"app.name"` in at least the `.default` translation file.
123124
## Frequently asked questions
124125
### How to set the default language?
125126
Add the `.default` extension to the default language file to set it as the fallback language:

0 commit comments

Comments
 (0)