mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
countries need language list as well
This commit is contained in:
@@ -15,6 +15,8 @@
|
|||||||
);
|
);
|
||||||
getCmdOpt($_SERVER['argv'], $aCMDOptions, $aCMDResult, true, true);
|
getCmdOpt($_SERVER['argv'], $aCMDOptions, $aCMDResult, true, true);
|
||||||
|
|
||||||
|
include(CONST_BasePath.'/settings/phrase_settings.php');
|
||||||
|
|
||||||
|
|
||||||
if ($aCMDResult['countries']) {
|
if ($aCMDResult['countries']) {
|
||||||
echo "select getorcreate_country(make_standard_name('uk'), 'gb');\n";
|
echo "select getorcreate_country(make_standard_name('uk'), 'gb');\n";
|
||||||
@@ -30,7 +32,6 @@
|
|||||||
|
|
||||||
if ($aCMDResult['wiki-import'])
|
if ($aCMDResult['wiki-import'])
|
||||||
{
|
{
|
||||||
include(CONST_BasePath.'/settings/phrase_settings.php');
|
|
||||||
$aPairs = array();
|
$aPairs = array();
|
||||||
|
|
||||||
foreach($aLanguageIn as $sLanguage)
|
foreach($aLanguageIn as $sLanguage)
|
||||||
|
|||||||
Reference in New Issue
Block a user