[PR #626] [MERGED] Update app translation text #822

Closed
opened 2026-03-03 00:23:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/626
Author: @AlexandreAguido
Created: 9/16/2020
Status: Merged
Merged: 10/29/2020
Merged by: @Rokt33r

Base: masterHead: extract_hardcoded_app_text


📝 Commits (4)

  • 497fc1c Update app translation text
  • 9732055 Merge branch 'master' into extract_hardcoded_app_text
  • 4b01e2e Run formatter
  • 1d4cf09 Update lock file

📊 Changes

12 files changed (+241 additions, -204 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 src/components/PreferencesModal/GeneralTab.tsx (+7 -7)
📝 src/components/PreferencesModal/MarkdownTab.tsx (+2 -2)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+4 -4)
📝 src/components/atoms/FormFolderSelector.tsx (+6 -2)
📝 src/components/organisms/FSStorageCreateForm.tsx (+1 -1)
📝 src/components/organisms/LocalStorageCreateForm.tsx (+1 -1)
📝 src/components/organisms/SubscribeNewsLettersForm.tsx (+5 -4)
📝 src/components/pages/StorageCreatePage.tsx (+2 -2)
📝 src/locales/enUS.ts (+22 -0)
📝 src/locales/fi.ts (+176 -172)
📝 src/locales/ruRU.ts (+12 -6)

📄 Description

While working on the app translation to portuguese I i didn't found all the text that is need to translate, so with this PR I'm adding the hardcoded text that i found to the english locale file, which I'm using for portuguese translation


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/626 **Author:** [@AlexandreAguido](https://github.com/AlexandreAguido) **Created:** 9/16/2020 **Status:** ✅ Merged **Merged:** 10/29/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `extract_hardcoded_app_text` --- ### 📝 Commits (4) - [`497fc1c`](https://github.com/BoostIO/BoostNote-App/commit/497fc1c82526856b04634c8a2bd34e62e805a93e) Update app translation text - [`9732055`](https://github.com/BoostIO/BoostNote-App/commit/9732055ec69ac26bdfb6d80357f4e978e65f49ab) Merge branch 'master' into extract_hardcoded_app_text - [`4b01e2e`](https://github.com/BoostIO/BoostNote-App/commit/4b01e2e419c1f355121411eb599384de37c1b47e) Run formatter - [`1d4cf09`](https://github.com/BoostIO/BoostNote-App/commit/1d4cf0934ef478446bbcee051c6aea57f89e015a) Update lock file ### 📊 Changes **12 files changed** (+241 additions, -204 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+7 -7) 📝 `src/components/PreferencesModal/MarkdownTab.tsx` (+2 -2) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+4 -4) 📝 `src/components/atoms/FormFolderSelector.tsx` (+6 -2) 📝 `src/components/organisms/FSStorageCreateForm.tsx` (+1 -1) 📝 `src/components/organisms/LocalStorageCreateForm.tsx` (+1 -1) 📝 `src/components/organisms/SubscribeNewsLettersForm.tsx` (+5 -4) 📝 `src/components/pages/StorageCreatePage.tsx` (+2 -2) 📝 `src/locales/enUS.ts` (+22 -0) 📝 `src/locales/fi.ts` (+176 -172) 📝 `src/locales/ruRU.ts` (+12 -6) </details> ### 📄 Description While working on the app translation to portuguese I i didn't found all the text that is need to translate, so with this PR I'm adding the hardcoded text that i found to the english locale file, which I'm using for portuguese translation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#822
No description provided.