[haiku-commits] haiku: hrev49725 - docs/user/translation

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 26 Oct 2015 18:43:32 +0100 (CET)

hrev49725 adds 2 changesets to branch 'master'
old head: fe055bf34307fab6c0144d080a01072d701c38ef
new head: ed3c7f8fc262592038890c44bac576177a9a9068
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=ed3c7f8fc262+%5Efe055bf34307

----------------------------------------------------------------------------

7676393722c0: Minor correction in BTranslatorRoster documentation

[ Markus Himmel <markus@xxxxxxxxxxxxxxxxx> ]

ed3c7f8fc262: BTranslatorRoster::Default docs: Further rework and typo fixes

[ Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

1 file changed, 9 insertions(+), 8 deletions(-)
docs/user/translation/TranslatorRoster.dox | 17 +++++++++--------

############################################################################

Commit: 7676393722c04f18ab707796627d35ed9f2837db
URL: http://cgit.haiku-os.org/haiku/commit/?id=7676393722c0
Author: Markus Himmel <markus@xxxxxxxxxxxxxxxxx>
Date: Sun Sep 20 16:20:17 2015 UTC
Committer: Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Commit-Date: Mon Oct 26 17:40:31 2015 UTC

Minor correction in BTranslatorRoster documentation

----------------------------------------------------------------------------

diff --git a/docs/user/translation/TranslatorRoster.dox
b/docs/user/translation/TranslatorRoster.dox
index b306be6..5aea238 100644
--- a/docs/user/translation/TranslatorRoster.dox
+++ b/docs/user/translation/TranslatorRoster.dox
@@ -87,8 +87,9 @@
\fn static BTranslatorRoster* BTranslatorRoster::Default();
\brief Gets the default BTranslatorRoster.

- There is only one default translator. It is created when it is first
- requested. It is poplated according to the following rules:
+ At any point, there is only one default roster. It is created when it is
+ first requested (possibly after being deleted) and is poplated according
+ to the following rules:

If the environment variable \c TRANSLATORS is set, it will be populated
with all translators that are present in the directories denoted by

############################################################################

Revision: hrev49725
Commit: ed3c7f8fc262592038890c44bac576177a9a9068
URL: http://cgit.haiku-os.org/haiku/commit/?id=ed3c7f8fc262
Author: Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date: Mon Oct 26 17:43:35 2015 UTC

BTranslatorRoster::Default docs: Further rework and typo fixes

----------------------------------------------------------------------------

diff --git a/docs/user/translation/TranslatorRoster.dox
b/docs/user/translation/TranslatorRoster.dox
index 5aea238..9d464e7 100644
--- a/docs/user/translation/TranslatorRoster.dox
+++ b/docs/user/translation/TranslatorRoster.dox
@@ -87,18 +87,18 @@
\fn static BTranslatorRoster* BTranslatorRoster::Default();
\brief Gets the default BTranslatorRoster.

- At any point, there is only one default roster. It is created when it is
- first requested (possibly after being deleted) and is poplated according
- to the following rules:
-
- If the environment variable \c TRANSLATORS is set, it will be populated
- with all translators that are present in the directories denoted by
- \c TRANSLATORS. The paths are separated by a colon (<tt>:</tt>). If
- multiple paths contain a translator with the same name, the translator
+ At any point, there is only one default roster. It is created when this
+ method is called for the first time (possibly after being deleted) and
is
+ populated according to the following rules:
+
+ If the environment variable \c TRANSLATORS is set, the default roster
will
+ be populated with all translators that are present in the directories
+ denoted by \c TRANSLATORS. The paths are separated by a colon
(<tt>:</tt>).
+ If multiple paths contain a translator with the same name, the
translator
that is located in the path that appears earliest in \c TRANSLATORS will
be kept.

- If \c TRANSLATORS is unset, the user non-packaged add-ons directory, the
+ If \c TRANSLATORS is not set, the user non-packaged add-ons directory,
the
user add-ons directory, the system non-packaged add-ons directory and
the
system add-ons directory will be used. If those directories do not
contain
a subdirectory \c Translators, it will be created. The subdirectories
are


Other related posts:

  • » [haiku-commits] haiku: hrev49725 - docs/user/translation - pulkomandy