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
Translate some labels from profile information #15002
Translate some labels from profile information #15002
Conversation
|
Thank you for opening this PR! We appreciate you! For all pull requests coming from third-party forks we will need to A Forem Team member will review this contribution and get back to |
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.
Made a small comment on the translation part.
If it is an invalid comment then, LGTM 👍
config/locales/fr.yml
Outdated
| @@ -22,9 +22,12 @@ fr: | |||
| full: Complet | |||
| home: Page D'Accueil | |||
| infinity: Infini | |||
| joined: Rejoint | |||
| joined_on: Rejoint en | |||
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.
Should it be Rejoint en or Rejoint le ?? I don't know French, I just checked it in Google translation. It showed Joined on as Rejoint le
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.
@Arun-kc good call, it should be Rejoint le as it's followed by a date
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.
Hi @mtayllan, left some change requests, thanks for tackling this!
config/locales/fr.yml
Outdated
| latest: Récent | ||
| like: Aime | ||
| listings: Annonces | ||
| location: Emplacement |
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.
I think we should use Lieu here, as "Location" is used as a synonym for "place". We want to know where they are located on the globe
config/locales/fr.yml
Outdated
| @@ -22,9 +22,12 @@ fr: | |||
| full: Complet | |||
| home: Page D'Accueil | |||
| infinity: Infini | |||
| joined: Rejoint | |||
| joined_on: Rejoint en | |||
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.
@Arun-kc good call, it should be Rejoint le as it's followed by a date
What type of PR is this? (check all applicable)
Description
This add Internationalization to some labels from profile information.
Related Tickets & Documents
https://dev.to/devteam/forem-hacktoberfest-let-s-internationalize-404n
#14888
QA Instructions, Screenshots, Recordings
UI accessibility concerns?
None
Added/updated tests?