[GH-ISSUE #462] i18n for homepage #221

Closed
opened 2026-03-03 00:19:25 +03:00 by kerem · 5 comments
Owner

Originally created by @Rokt33r on GitHub (May 7, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/462

Our homepage has been renewed in #460! But lots of locales are missing. Please help us to support i18n properly. It would be really helpful for people who can not speak English.

How to update locales

Update locale files in /homepage/locales directory

How to add a new locale

  1. Create a new locale file in /homepage/localesdirectory
  2. Register the file in /homepage/lib/i18n.ts
  3. Add the language option to homepage/components/organisms/Header.tsx#L187
Originally created by @Rokt33r on GitHub (May 7, 2020). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/462 [Our homepage](https://boostnote.io) has been renewed in #460! But lots of locales are missing. Please help us to support i18n properly. It would be really helpful for people who can not speak English. - [x] Spanish - [x] French https://github.com/BoostIO/BoostNote.next/pull/466 - [x] German https://github.com/BoostIO/BoostNote.next/pull/465 - [ ] Japanese - [ ] Korean - [ ] Dutch - [ ] Portuguese - [ ] Russian - [ ] Chinese(Simplified) - [ ] TBD... Please leave a comment if you want to have more language supports. # How to update locales Update locale files in [`/homepage/locales`](https://github.com/BoostIO/BoostNote.next/tree/master/homepage/locales) directory # How to add a new locale 1. Create a new locale file in [`/homepage/locales`](https://github.com/BoostIO/BoostNote.next/tree/master/homepage/locales)directory 2. Register the file in [`/homepage/lib/i18n.ts`](https://github.com/BoostIO/BoostNote.next/blob/master/homepage/lib/i18n.ts) 3. Add the language option to [`homepage/components/organisms/Header.tsx#L187`](https://github.com/BoostIO/BoostNote.next/blob/master/homepage/components/organisms/Header.tsx#L187)
kerem 2026-03-03 00:19:25 +03:00
Author
Owner

@moltenbit commented on GitHub (May 7, 2020):

Can you clarify line 6 fileSystemBasedStorage: 'File System Based Storage' please?
Is it local storage, instead of cloud storage?

<!-- gh-comment-id:625376038 --> @moltenbit commented on GitHub (May 7, 2020): Can you clarify line 6 `fileSystemBasedStorage: 'File System Based Storage'` please? Is it local storage, instead of cloud storage?
Author
Owner

@Flexo013 commented on GitHub (May 7, 2020):

Can you clarify line 6 fileSystemBasedStorage: 'File System Based Storage' please?
Is it local storage, instead of cloud storage?

Yes, this means a local storage, where the notes are stored as individual files as opposed to a single db file.

<!-- gh-comment-id:625451892 --> @Flexo013 commented on GitHub (May 7, 2020): > Can you clarify line 6 `fileSystemBasedStorage: 'File System Based Storage'` please? > Is it local storage, instead of cloud storage? Yes, this means a local storage, where the notes are stored as individual files as opposed to a single db file.
Author
Owner

@igorer88 commented on GitHub (Nov 9, 2020):

Hi! I've made a PR with the Spanish translation. :D

<!-- gh-comment-id:723831648 --> @igorer88 commented on GitHub (Nov 9, 2020): Hi! I've made a PR with the Spanish translation. :D
Author
Owner

@guneskaan commented on GitHub (Dec 1, 2020):

Hello, I've opened a PR for Turkish translations. #705

<!-- gh-comment-id:736270028 --> @guneskaan commented on GitHub (Dec 1, 2020): Hello, I've opened a PR for Turkish translations. #705
Author
Owner

@Rokt33r commented on GitHub (Feb 22, 2021):

Close this issue since we've replaced the homepage code in this repository. The source code for the current homepage is hosted in a different repository. I'll open this issue again when we migrate the new one to this repository.

<!-- gh-comment-id:783152770 --> @Rokt33r commented on GitHub (Feb 22, 2021): Close this issue since we've replaced the homepage code in this repository. The source code for the current homepage is hosted in a different repository. I'll open this issue again when we migrate the new one to this repository.
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#221
No description provided.