Call for Translations: Add your native language to Scripture Habit

Open Beginner friendly
#257 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
82/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Active
Tech stack
typescript
Domain
localization

Research direction

Start by copying src/locales/en.ts to a file named for the language code, then read the existing _meta object and translation strings. Translate the file and set the language name, flag, and LDS Gospel Library code in _meta; the work is done when the new locale file is complete and you have commented on the issue to coordinate it.

Written by the indexing model from the issue text.

Description

good first issue hacktoberfest help wanted
📖 Help us bring Scripture Habit to your language!

We want to help people all over the world build a daily scripture study habit in their native language. If your language is not yet supported, we would love your help adding it!
Adding a new language is super easy (only 2 steps!) thanks to our zero-config localization architecture.

🌐 Currently Supported Languages (10)
  • 🇺🇸 English (en)
  • 🇯🇵 日本語 (ja)
  • 🇪🇸 Español (es)
  • 🇰🇷 한국어 (ko)
  • 🇵🇹 Português (pt)
  • 🇰🇪 Kiswahili (sw)
  • 🇹🇭 ภาษาไทย (th)
  • 🇵🇭 Tagalog (tl)
  • 🇻🇳 Tiếng Việt (vi)
  • 🇨🇳 / 🇹🇼 繁體/简体中文 (zho)

🚀 How to Add a New Language (Quick 2-Step Guide)
  1. Comment on this issue with the language you'd like to add so we can coordinate.
  2. Copy src/locales/en.ts to src/locales/<language_code>.ts (e.g. src/locales/fra.ts for French, src/locales/deu.ts for German, src/locales/ita.ts for Italian, src/locales/tgl.ts, etc.).
  3. Translate the strings and configure the _meta object at the top:
    export const _meta = {
      name: 'Français',
      flag: '🇫🇷',
      ldsCode: 'fra' // 3-letter Church Gospel Library language code
    };
    
Dominant language
TypeScript
Stars
10
Forks
2
Avg merge
8h 42m
Merged PRs (30d)
34

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ScriptureHabit/scripture-habit

All issues in ScriptureHabit/scripture-habit

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.