Added get-message function, with simpler parameters.
Also brought up to date, and fixed some stylistic errors noted by Kondo, and set the default locale to the runtime default locale.
This commit is contained in:
parent
47396aa261
commit
e2e06d0244
21 changed files with 2073 additions and 239 deletions
17
docs/index.html
Normal file
17
docs/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Internationalisation: Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="codox/css/default.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Internationalisation: Documentation</h1>
|
||||
<img src="MagrittePipe.jpeg">
|
||||
<p>Illustration: <i><a href="https://en.wikipedia.org/wiki/The_Treachery_of_Images">La Trahison des Images</a> by
|
||||
<a href="https://en.wikipedia.org/wiki/Ren%C3%A9_Magritte">René Magritte</a></i></p>
|
||||
<ul>
|
||||
<li><a href="codox/index.html">Primary documentaion</a></li>
|
||||
<li><a href="cloverage/index.html">Test coverage</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue