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

Remove duplicated message definition in pt_BR translation #333

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

xalt7x
Copy link
Contributor

@xalt7x xalt7x commented Dec 16, 2023

This fixes error during build

xgettext --from-code=UTF-8 --output=po/forge.pot --package-name "Forge" ./prefs.js ./extension.js ./lib/**/*.js
msgfmt -c po/pt_BR.po -o po/pt_BR.mo
po/pt_BR.po:263: duplicate message definition...
po/pt_BR.po:260: ...this is the location of the first definition
msgfmt: found 1 fatal error
make: *** [Makefile:51: po/pt_BR.mo] Error 1

This fixes error during build

```
xgettext --from-code=UTF-8 --output=po/forge.pot --package-name "Forge" ./prefs.js ./extension.js ./lib/**/*.js
msgfmt -c po/pt_BR.po -o po/pt_BR.mo
po/pt_BR.po:263: duplicate message definition...
po/pt_BR.po:260: ...this is the location of the first definition
msgfmt: found 1 fatal error
make: *** [Makefile:51: po/pt_BR.mo] Error 1
```
@jmmaranan jmmaranan merged commit 4c4b913 into forge-ext:main Dec 16, 2023
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.

None yet

2 participants