-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix/add translation to spanish #405
Conversation
webapp/src/language/en.json
Outdated
}, | ||
"footer": { | ||
"poweredBy": "Powered by", | ||
"info": "the Proton Worker Proposal System", | ||
"madeBy": "Made by Edenia © 2022" | ||
"madeBy": "Community Public Good by Edenia © 2022" |
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.
A Community Public Good Developed by Edenia
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.
update year to 2023 or set javascript to display current year
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.
LGTM
* Fix/review contracts 398 (#403) * fix(env): use right endpoint * fix(readme): use right url * fix(contracts): admin now can approve payment after expiration and use XPR price from API * fix(hapi): query XPR price directly instead of BTC * chore(vscode): add cpp properties for Linux * chore(contracts): install dependecies * chore(vscode): add needed configuration * Fix/add translation to spanish (#405) * fix(webapp): translate home, about and help routes * fix(webapp): add spanish translation in home page * fix(webapp): add spanish translation and fix proptype * fix(webapp): add translation to spanish in admin route * fix(webapp): minor fix in spanish text * chore(webapp): display the current year in the footer and change text * Fix/last tx users 335 (#406) * fix(webapp): add link to transaction in last tx * fix(webapp): use correct url to link ricardian contract * Feat/agree terms and conditions 332 (#417) * feat(webapp): add agreement checkbox required to join or complete the referral * fix(webapp): disable button to join when the status is pending kyc or pending approval * fix(webapp): minor fix in spanish text * Fix/contracts conflicts (#419) --------- Co-authored-by: Helbertson Torres <66583677+Torresmorah@users.noreply.github.com>
* Fix/review contracts 398 (#403) * fix(env): use right endpoint * fix(readme): use right url * fix(contracts): admin now can approve payment after expiration and use XPR price from API * fix(hapi): query XPR price directly instead of BTC * chore(vscode): add cpp properties for Linux * chore(contracts): install dependecies * chore(vscode): add needed configuration * Fix/add translation to spanish (#405) * fix(webapp): translate home, about and help routes * fix(webapp): add spanish translation in home page * fix(webapp): add spanish translation and fix proptype * fix(webapp): add translation to spanish in admin route * fix(webapp): minor fix in spanish text * chore(webapp): display the current year in the footer and change text * Fix/last tx users 335 (#406) * fix(webapp): add link to transaction in last tx * fix(webapp): use correct url to link ricardian contract * Feat/agree terms and conditions 332 (#417) * feat(webapp): add agreement checkbox required to join or complete the referral * fix(webapp): disable button to join when the status is pending kyc or pending approval * fix(webapp): minor fix in spanish text * Fix/contracts conflicts (#419) * Feat/approve rejected payments 402 (#416) * feat(webapp): show rejected payments in admin section * feat(webapp): add rejected referrals into the referall payments section * feat(webapp): add button to reapprove rejected payment * feat(webapp): perform transaction to pay rejected referral * fix(webapp): fix filter referrals payments and avoid to show duplicated values * feat(contracts): add contract to approve and pay a rejected referral * fix(webapp): change text * feat(contracts): add payrejected action * fix(contracts): set correct authorization - chore(contracts): add case to payrejected action in test file * fix(contracts): add 'eosio.code' permission to affiliate in the unit tests * fix(contracts): set usd_reward_amount before use it * fix(webapp): unselect checkbox when performs a transaction sucessfully * fix(contracts): first check if invitee is an account and remove unneeded conversion * fix(postgres):Update postgres versio (#424) * fix(webapp): resolve conflicts * fix(kubernetes): resolve conflicts * chore(contracts): compile contract --------- Co-authored-by: Francis Gómez <96137247+fagomezra@users.noreply.github.com>
Add translation to spanish
What does this PR do?
Steps to test
Screenshots
Home page
Footer
Help page
About page
Adminpage
CheckList