-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add also better introduction on web site (suggested by Sylvaticus at GitHub in #77), and update doc/addnewlocale.txt (suggested by Pintert3 at GitHub in #78)
- Loading branch information
1 parent
ba282d5
commit 3781ec7
Showing
10 changed files
with
87 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.6 | ||
1.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
Adding a new locale to the Numbertext distribution | ||
Add/test a new language module | ||
|
||
1. Make a new Soros program in the data/ subdirectory under the | ||
name of your locale (the format and the numbertext algorithm | ||
are described in format.txt). | ||
1. Create a new module using Soros tutorial and IDE in https://numbertext.github.io/Soros.html. | ||
|
||
2. Translate the function description for your localized LibreOffice | ||
in the data/titles.txt | ||
2. Put it in the data/ subdirectory under the name of your locale to test it | ||
in command line tool src/spellout, see section "Build C++11" in README.md or | ||
test as a LibreOffice extension, see Section "Build and using LibreOffice Extension" | ||
in README.md. | ||
|
||
3. Type make in the root directory or without a Unix or Cygwin | ||
environment, you can manually extend the | ||
pythonpath/numbertext_locales.py and compile your Soros program with the | ||
following command in the pythonpath subfolder: | ||
OR test it in LibreOffice by putting the module in the share/numbertext/ subdirectory | ||
of an installation of a recent LibreOffice distribution, see http://www.libreoffice.org. | ||
|
||
python Compile.py data/your_locale.sor >numbertext_your_locale.py | ||
python CompileTitles.py data/titles.txt >numbertext_titles.py | ||
|
||
4. Type make dist to zip the distribution or use your zip compresser | ||
in the root directory, eg. | ||
|
||
zip -r numbertext.oxt . | ||
3. Create an issue or pull request in https://github.com/Numbertext/libnumbertext |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Main-Class: org.numbertext.Numbertext | ||
Implementation-Version: 1.0.6 | ||
Implementation-Date: 2020-06-01 | ||
Implementation-Version: 1.0.7 | ||
Implementation-Date: 2021-01-31 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters