mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-28 06:05:38 -06:00
.uppbox: Removed translations from website
git-svn-id: svn://ultimatepp.org/upp/trunk@9166 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ee53fc3440
commit
2a5e8519f8
1 changed files with 4 additions and 4 deletions
|
|
@ -15,8 +15,8 @@ String uppbox = rootdir + "uppbox";
|
|||
String uppsrc = rootdir + "uppsrc";
|
||||
String reference = rootdir + "reference";
|
||||
String examples = rootdir + "examples";
|
||||
String targetdir = "d:\\devweb\\uppwww";
|
||||
String pdfdir = "d:\\devweb\\pdf";
|
||||
String targetdir = "u:\\devweb\\uppwww";
|
||||
String pdfdir = "u:\\devweb\\pdf";
|
||||
#else
|
||||
String rootdir = "/root/upp.src";
|
||||
String uppbox = rootdir + "uppbox";
|
||||
|
|
@ -522,8 +522,8 @@ void ExportPage(int i)
|
|||
strlang << arrLangs[i];
|
||||
}
|
||||
}
|
||||
if (!strlang.IsEmpty())
|
||||
qtflangs += Format(String("[2 ") + t_("This page is also in %s") + ".]", strlang);
|
||||
// if (!strlang.IsEmpty())
|
||||
// qtflangs += Format(String("[2 ") + t_("This page is also in %s") + ".]", strlang);
|
||||
if (tt[i].title.Find("How to contribute. Web page") < 0) {
|
||||
String help = "topic://uppweb/www/contribweb$" + ToLower(LNGAsText(languages[ilang]));
|
||||
qtflangs += " " + String("[^") + help + "^ [<A2 " + t_("Do you want to contribute?") + "]]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue