diff options
author | filip <filip.komar@gmail.com> | 2016-06-28 18:33:45 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-28 18:33:45 +0200 |
commit | 919bbda416c2add0463b2ae2fcf5b802f4efd59a (patch) | |
tree | 7a91b14f81972daff62cfd9a817f3f91218e6f4d /tools | |
parent | 80c9f1c7aef4eb6500d7f3f907357cb878df5812 (diff) | |
download | www-919bbda416c2add0463b2ae2fcf5b802f4efd59a.tar www-919bbda416c2add0463b2ae2fcf5b802f4efd59a.tar.gz www-919bbda416c2add0463b2ae2fcf5b802f4efd59a.tar.bz2 www-919bbda416c2add0463b2ae2fcf5b802f4efd59a.tar.xz www-919bbda416c2add0463b2ae2fcf5b802f4efd59a.zip |
start with the common footer on some pages
+ separate function for it
+ separate css for it
+ expanding i18n function for that purpose (to accept more than one gettext file)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/web_projects.dat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/web_projects.dat b/tools/web_projects.dat index a50754a9c..5614638aa 100644 --- a/tools/web_projects.dat +++ b/tools/web_projects.dat @@ -1,3 +1,5 @@ +# database of l10n resources for rebuild_gettext_catalogs.sh script + resources[about/code-of-conduct]="en/about/code-of-conduct/index.php" resources[about/constitution]="en/about/constitution/index.php" resources[about/license]="en/about/license/index.php" @@ -6,11 +8,14 @@ resources[about/policies/privacy]="en/about/policies/privacy/index.php" resources[about/reports]="en/about/reports/index.php" resources[about/values]="en/about/values/index.php" resources[downloads/get]="en/downloads/get/index.php" + resources[2]="en/2/download_index.php en/2/for-pc/index.php en/2/for-server/index.php en/2/index.php en/2/nav.php" resources[3]="en/3/download_index.php en/3/for-pc/index.php en/3/for-server/index.php en/3/index.php en/3/nav.php" resources[4]="en/4/download_index.php en/4/nav.php en/4/index.php" resources[5]="en/5/download_index.php en/5/nav.php en/5/index.php" + resources[cauldron]="en/6/download_index.php en/6/nav.php en/6/index.php" + resources[404]="404.php" resources[about]="en/about/index.php" resources[calendar]="en/calendar/index.php" @@ -26,3 +31,4 @@ resources[support]="en/support/index.php" resources[thank-you]="en/thank-you/index.php" resources[timeline]="en/timeline/index.php" resources[mognase]="_nav/lib.php" +resources[common_footer]="langs.php" |