Skip to content

Commit

Permalink
Update manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLRowe authored Mar 6, 2024
1 parent 09bd4c2 commit 91b39e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Importing a new version of CLDR may require a new version of the DTD definition

```
# copy the ldml.dtd file
cp /cldr/common/dtd/ldml.dtd /sldr/doc
cp /cldr/common/dtd/ldml.dtd /sldr/auxdata
# use make/Makefile and scripts in bin/ to generate files
cd /sldr
make
Expand All @@ -62,11 +62,14 @@ pytest test_validate.py::test_validate
git commit -a -m "update ldml.dtd"
git push
# copy updated file to sldrtools and commit
cp doc/sil.dtd /sldrtools/lib/sldr
cp auxdata/sil.dtd /sldrtools/lib/sldr
cd /sldrtools
git commit -a -m "update ldml.dtd"
git push
```

Notes for Windows: "make" can be downloaded from https://sourceforge.net/projects/gnuwin32/ which will install as "\Program Files (x86)\GnuWin32\bin\make.exe"

## Importing CLDR Data

This section describes the process for importing a new version of CLDR data into the SLDR. Importing CLDR data is an activity that happens alongside regular editing of LDML files. As a result, the easiest way to manage this is to use a git branch. All changes to CLDR will be imported into a separate branch called `cldr` and then those changes are merged into the `master` branch. This means that only the changes between versions of the CLDR will be merged
Expand Down

0 comments on commit 91b39e2

Please sign in to comment.