-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add translation capability + French translations + Fix build #25
base: master
Are you sure you want to change the base?
Conversation
Co-Authored-By: Ryo Nakano <[email protected]>
This reverts commit 3eee319.
This reverts commit ea87fb2.
@thebaer could you please review this? |
@NathanBnm Sorry for not getting to this earlier, my focus has been elsewhere. Is this still valid? If so, I'll take a look. |
@thebaer I have to check first but if you have time to review it would be great |
@thebaer this is now ready for review 😄 |
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! Just a few questions on some things.
|
||
run_target('build', command: 'meson/build-cli.sh') |
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.
Does the CLI still get built when building the app now?
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 added this line back but don't see it in action. Any idea?
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.
Writeas CLI is not being installed
Hi! I made everything ready for translations and added French translations 😄 I had to adjust the build to fit with the elementary guidelines. This closes #23.
App translations are located in the
po
folder andappdata
anddesktop
are located in theextra/po
folder. This is more clear like that.There's only the error messages that I didn't add to translation files 'cause I don't know where they are located.
This PR is ready for review