Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Jan 22, 2024
1 parent a8d29e3 commit 5ad0336
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ To contribute a new language, do the following:

* Fork this project on Github.

* Do NOT change Markdown which is auto-generated from Rakudoc files './docs' directory. Make any changes in the Rakudoc source files.
* Do NOT change Markdown which is auto-generated from Rakudoc files in thr './docs' directory. Make any changes in the Rakudoc source files there.

* Determine the ISO two- or three-letter code for your language. You will use the lower-case version of it in the rest of the steps. See a list of ISO language codes here: [ISO 639-2 alpha 2 language codes](https://www.loc.gov/standards/iso639-2/php/code_list.php).

* Copy the template file './resources/xx.rakumod' and rename it to "lib/Data/Names/xx.rakumod" where xx is your language's lower-case ISO two- or three-letter code.
* Copy the template file './resources/xx.rakumod' and rename it to 'lib/Data/Names/xx.rakumod' where xx is your language's lower-case ISO two- or three-letter code.

* Fill out the new xx.rakumod file as completely as you can. Please feel free to document it as required, but DO NOT change the name or number of elements of any of the standard eight arrays.
* Fill out the new 'x.rakumod' file as completely as you can. Please feel free to document it as required, but DO NOT change the name or number of elements of any of the standard eight arrays.

* Add your new language code to `@Date::Names::langs` (in its place by alphabetical order).

Expand Down
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ To contribute a new language, do the following:
=item Fork this project on Github.

=item Do NOT change Markdown which is auto-generated from Rakudoc files
'./docs' directory. Make any changes in the Rakudoc source files.
in thr './docs' directory. Make any changes in the Rakudoc source files there.

=item Determine the ISO two- or three-letter code for your language. You will
use the lower-case version of it in the rest of the steps.
See a list of ISO language codes here:
L<ISO 639-2 alpha 2 language codes|https://www.loc.gov/standards/iso639-2/php/code_list.php>.

=item Copy the template file './resources/xx.rakumod' and rename it to
"lib/Data/Names/xx.rakumod" where xx is your language's lower-case ISO
'lib/Data/Names/xx.rakumod' where xx is your language's lower-case ISO
two- or three-letter code.

=item Fill out the new xx.rakumod file as completely as you can. Please
=item Fill out the new 'x.rakumod' file as completely as you can. Please
feel free to document it as required, but DO NOT change the name or
number of elements of any of the standard eight arrays.

Expand Down

0 comments on commit 5ad0336

Please sign in to comment.