<p dir="ltr">Am I the only one getting 404 errors on almost all of <a href="http://api.KDE.org">api.KDE.org</a> for days now?<br>
I would like to look thing up there but am not able to. :)</p>
<div class="gmail_quote">On Nov 9, 2015 11:13 AM, "Burkhard Lück" <<a href="mailto:lueck@hube-lueck.de">lueck@hube-lueck.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Monday 09 November 2015, 09:06:42 schrieb Frederik Schwarzer:<br>
> Am Sonntag, 8. November 2015, 22:52:05 schrieb Albert Astals Cid:<br>
> > El Saturday 07 November 2015, a les 01:44:08, Frederik Schwarzer va<br>
><br>
> escriure:<br>
> > > Hi,<br>
> > ><br>
> > > in KShisen the translations are not complete. In the settings<br>
> > > dialog the kshisen section becomes translated, when _one_or_both_<br>
> > > of these are used.<br>
> > > CMakeLists.txt:    add_definitions(-DTRANSLATION_DOMAIN="kshisen")<br>
> > > main.cpp:    KLocalizedString::setApplicationDomain("kshisen");<br>
> > ><br>
> > > It does not matter which one I use.<br>
> > ><br>
> > > The settings section KShisen borrows from libkmahjongg remain<br>
> > > untranslated in both cases.<br>
> > ><br>
> > > Unfortunately<br>
> > ><br>
> > > <a href="http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/c" rel="noreferrer" target="_blank">http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/c</a><br>
> > > lassKLoca lizedString.html is 404'ed so I cannot read into this<br>
> > > tonight.<br>
> > ><br>
> > > So, does anyone know, which of those we do need for our games?<br>
> ><br>
> > The second. But it doesn't really matter, since you're saying about<br>
> > libkmahjongg that is not a game.<br>
> ><br>
> > You'll need to be a bit more concise in:<br>
> >  * Which string you're seeing untraslated<br>
> >  * Which langauge you're using.<br>
><br>
> Language: de<br>
> The Settings dialog is actually using KMahjonggConfigDialog.<br>
> The General tab is a UI file from inside KShisen and the Tiles and<br>
> Backgrounds tab are coming from libkmahjongg. Those latter two are not<br>
> translated here.<br>
<br>
KShisen is fully translated here (Language de, recent master from sources)<br>
<br>
> I think to remember that in KDE4 we had to load library's catalogs<br>
> into applications which used them. Doe we have to do this in KF5 as<br>
> well?<br>
<br>
No, it has to be done inside the library, e. g. for libkdegames the catalog is<br>
loaded with:<br>
libkdegames/CMakeLists.txt:31:add_definitions(-<br>
DTRANSLATION_DOMAIN="libkdegames5")<br>
<br>
See also<br>
<a href="http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/
prg_guide.html" rel="noreferrer" target="_blank">http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/<br>
prg_guide.html</a><br>
<br>
--<br>
Burkhard Lück<br>
<br>
_______________________________________________<br>
kde-games-devel mailing list<br>
<a href="mailto:kde-games-devel@kde.org">kde-games-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br>
</blockquote></div>