-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update catalan messages.po #5717
Conversation
Here we go again, just a few lines, if you would be so kind as to take a look @jordimas @darccio @surfdude29 @rortan134
@jordimas corrections
|
||
#: src/screens/Signup/StepInfo/Policies.tsx:48 | ||
msgid "By creating an account you agree to the <0>Terms of Service</0> and <1>Privacy Policy</1>." | ||
msgstr "" | ||
msgstr "Creant un compte indiques que estàs d'acord amb les <0>Condicions del servei/0> i amb la <0>Política de privadesa</0>." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msgstr "Creant un compte indiques que estàs d'acord amb les <0>Condicions del servei/0> i amb la <0>Política de privadesa</0>." | |
msgstr "Creant un compte indiques que estàs d'acord amb les <0>Condicions del servei</0> i amb la <0>Política de privadesa</0>." |
A missing <
here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I have fixed that in a new PR, this on was approved so fast
#5735
|
||
#: src/screens/Signup/StepInfo/Policies.tsx:68 | ||
msgid "By creating an account you agree to the <0>Terms of Service</0>." | ||
msgstr "" | ||
msgstr "Creant un compte indiques que estàs d'acord amb les <0>Condicions del servei/0>." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msgstr "Creant un compte indiques que estàs d'acord amb les <0>Condicions del servei/0>." | |
msgstr "Creant un compte indiques que estàs d'acord amb les <0>Condicions del servei</0>." |
Also here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks all!
Here we go again, just a few lines, if you would be so kind as to take a look @jordimas @darccio @surfdude29 @rortan134