feat(client): add language selector, language detector and privacy/tos pages

This commit is contained in:
Amruth Pillai
2022-03-08 22:57:47 +01:00
parent bf9da32465
commit a131bb3652
32 changed files with 423 additions and 2100 deletions

View File

@ -1,27 +0,0 @@
{
"avatar": {
"menu": {
"greeting": "Hello",
"logout": "Logout"
}
},
"description": "Reactive Resume is a free and open source resume builder that's built to make the mundane tasks of creating, updating and sharing your resume as easy as 1, 2, 3.",
"footer": {
"credit": "A passion project by <1>Amruth Pillai</1>",
"license": "By the community, for the community."
},
"markdown": {
"help-text": "This section supports <1>markdown</1> formatting."
},
"subtitle": "A free and open source resume builder.",
"title": "Reactive Resume",
"toast": {
"error": {
"upload-file-size": "Please upload only files under 2 megabytes.",
"upload-photo-size": "Please upload only photos under 2 megabytes, preferrably square."
},
"success": {
"resume-link-copied": "A link to your resume has been copied to your clipboard."
}
}
}