Skip to content

Commit

Permalink
fix: add guideline on key addition (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
prix0007 authored Aug 4, 2024
1 parent 4f991d1 commit c083e00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Translate all or keys which are required in file `translation.json` which should be inside `YOUR_LOCALE/translation.json`
- Once done, commit you changes push to the branch and make a PR to `main` branch.

## Guidelines for creating new keys:
- Keys should be always lowercase and snake cased
- Keys should atmost have 4 words

## Locales naming

- You can take help and name folder as country code [link](https://www.w3.org/International/O-charset-lang.html)
Expand Down

0 comments on commit c083e00

Please sign in to comment.