Add links to translation document

This commit is contained in:
Heikki Hannikainen 2016-08-13 15:42:48 +03:00
parent 0f49819f17
commit 4fd09d7cec
4 changed files with 11 additions and 3 deletions

View File

@ -74,6 +74,10 @@ for instructions.
After the software is installed, please go through the
[CONFIGURATION](CONFIGURATION.html) document.
You may also look into translating the aprsc status page to your
language. The process is described in the
[TRANSLATING](TRANSLATING.html) document.
Other documentation
----------------------

View File

@ -45,6 +45,7 @@ servers:
* Uplink server support
* Passcode validation
* Web status page + Machine-readable JSON status on an HTTP server
* Localisation support for status web
* HTTP position upload using POST
* Full IPv4 and IPv6 support
* Configurable access lists on client ports

View File

@ -5,8 +5,10 @@ Translating aprsc status view to other languages
Create a new language file
----------------------------
Go to /opt/aprsc/web, and make a copy of the master English strings
file:
Go to /opt/aprsc/web, and make a copy of the master English strings file.
Look up your two-letter language code from
[the list](https://www.w3.org/International/articles/language-tags/)
('sv' is for Swedish, for example), and use it to construct the file name.
cd /opt/aprsc/web
cp strings-en.json strings-sv.json

View File

@ -289,7 +289,8 @@ make-rpm: # actually just a reminder of how to do it..
MARKDOWN=perl ../tools/Markdown.pl
WEBDOCS=/data/www/hes/html/aprsc
DOCS=README.md INSTALLING.md BUILDING.md CONFIGURATION.md DEBUGGING.md \
HOME.md CONTRIBUTING.md MONITORING.md TIPS.md WINDOWS.md
HOME.md CONTRIBUTING.md MONITORING.md TIPS.md WINDOWS.md \
TRANSLATING.md
DESTDOCS=$(addprefix $(WEBDOCS)/,$(addsuffix .html,$(basename $(DOCS))))
SRCDOCS=$(addprefix ../doc/,$(DOCS))
install-webdoc: $(DESTDOCS)