Skip to content

Commit

Permalink
update localization docs
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Jul 30, 2024
1 parent 4bc274d commit 9370627
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ include the new header.
The last step is to add new CI builds for the new locale to make sure that
there are no immediate problems and catch any future ones that arise. This is
done by updating the `.github/workflows/locale.yml` configuration file with a
build profile for the new language. This is relatively simple: just copy one of
the existing jobs (for example `linux-es-es`) and update it to use your new
locale.
build profile for the new language. This is relatively simple: just make a new
line in the build matrix with the new language.

Finally, add a flag for the new locale to the project README (in the Key
Features section) to show off your hard work to everyone else!

0 comments on commit 9370627

Please sign in to comment.