From 4e8be3611d7341033b598ac6695102ec768e6030 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Tue, 14 May 2019 16:36:57 -0400 Subject: [PATCH] fix(i18n): remove i18n source file from repo Since the Jenkins job builds and pushes this file without committing it, we'll remove this file from the repo. ARCH-748 --- .gitignore | 1 + src/i18n/transifex_input.json | 64 ----------------------------------- 2 files changed, 1 insertion(+), 64 deletions(-) delete mode 100644 src/i18n/transifex_input.json diff --git a/.gitignore b/.gitignore index a7dbb22..d50c62e 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ npm-debug.log coverage dist/ +src/i18n/transifex_input.json ### pyenv ### .python-version diff --git a/src/i18n/transifex_input.json b/src/i18n/transifex_input.json deleted file mode 100644 index e007b63..0000000 --- a/src/i18n/transifex_input.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "siteheader.links.courses": "Courses", - "siteheader.links.programs": "Programs & Degrees", - "siteheader.links.schools": "Schools & Partners", - "siteheader.user.menu.dashboard": "Dashboard", - "siteheader.user.menu.profile": "Profile", - "siteheader.user.menu.account.settings": "Account", - "siteheader.user.menu.order.history": "Order History", - "siteheader.user.menu.logout": "Logout", - "siteheader.user.menu.login": "Login", - "siteheader.user.menu.register": "Sign Up", - "app.loading.message": "Loading", - "profile.error.message.text": "An unexpected error occurred. Please click the button below to return to your profile and try again.", - "profile.error.button.text": "Return to Your Profile", - "profile.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", - "profile.age.headline": "Your profile cannot be shared.", - "profile.age.details": "To share your profile with other edX learners, you must confirm that you are over the age of 13.", - "profile.age.set.date": "Set your date of birth", - "profile.datejoined.member.since": "Member since {year}", - "profile.bio.empty": "Add a short bio", - "profile.bio.about.me": "About Me", - "profile.certificate.organization.label": "From", - "profile.certificate.completion.date.label": "Completed on {date}", - "profile.no.certificates": "You don't have any certificates yet.", - "profile.certificates.my.certificates": "My Certificates", - "profile.certificates.view.certificate": "View Certificate", - "profile.certificates.types.verified": "Verified Certificate", - "profile.certificates.types.professional": "Professional Certificate", - "profile.certificates.types.unknown": "Certificate", - "profile.country.label": "Location", - "profile.country.empty": "Add location", - "profile.education.empty": "Add education", - "profile.education.education": "Education", - "profile.education.levels.p": "Doctorate", - "profile.education.levels.m": "Master's or professional degree", - "profile.education.levels.b": "Bachelor's Degree", - "profile.education.levels.a": "Associate's degree", - "profile.education.levels.hs": "Secondary/high school", - "profile.education.levels.jhs": "Junior secondary/junior high/middle school", - "profile.education.levels.el": "Elementary/primary school", - "profile.education.levels.none": "No formal education", - "profile.education.levels.o": "Other education", - "profile.editbutton.edit": "Edit", - "profile.formcontrols.who.can.see": "Who can see this:", - "profile.formcontrols.button.cancel": "Cancel", - "profile.formcontrols.button.save": "Save", - "profile.formcontrols.button.saving": "Saving", - "profile.formcontrols.button.saved": "Saved", - "profile.visibility.who.just.me": "Just me", - "profile.visibility.who.everyone": "Everyone on edX", - "profile.name.full.name": "Full Name", - "profile.name.details": "This is the name that appears in your account and on your certificates.", - "profile.name.empty": "Add name", - "profile.preferredlanguage.empty": "Add language", - "profile.preferredlanguage.label": "Primary Language Spoken", - "profile.profileavatar.upload-button": "Upload Photo", - "profile.profileavatar.change-button": "Change", - "profile.profileavatar.remove.button": "Remove", - "profile.image.alt.attribute": "profile avatar", - "profile.sociallinks.add": "Add {network}", - "profile.sociallinks.social.links": "Social Links", - "profile.viewMyRecords": "View My Records", - "profile.loading": "Profile loading..." -} \ No newline at end of file