mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
add debug dump
This commit is contained in:
parent
cd3519d401
commit
15ad4eb54c
@ -100,7 +100,13 @@ function localeSwitching(winType, baseDirectory, providerName)
|
||||
// Get the new targets
|
||||
// file:/u/tao/gila/mozilla-org/html/projects/intl/chrome/
|
||||
// da-DK
|
||||
var newBaseTarget = rdf.GetLiteral(baseDirectory);
|
||||
var finalBase = baseDirectory;
|
||||
if (baseDirectory != "") {
|
||||
finalBase += winType + "/locale/" + providerName + "/";
|
||||
}
|
||||
dump("\n** finalBase=" + finalBase + "**\n");
|
||||
|
||||
var newBaseTarget = rdf.GetLiteral(finalBase);
|
||||
var newNameTarget = rdf.GetLiteral(providerName);
|
||||
|
||||
// Unassert the old relationships
|
||||
|
Loading…
Reference in New Issue
Block a user