34
edits
| Line 122: | Line 122: | ||
Open a new terminal and type (you should change the [version] tag): | Open a new terminal and type (you should change the [version] tag): | ||
mkdir -p ~/MT/ | mkdir -p ~/MT/firefox/[version]/mozilla/extensions ; mkdir -p ~/MT/firefox/[version]/mozilla/other-licenses/branding | ||
Now, we are going to create the symlinks to the en-US files, edit [user] and [version]: | Now, we are going to create the symlinks to the en-US files, edit [user] and [version]: | ||
| Line 128: | Line 128: | ||
'''!!!! Check 2nd point again''' | '''!!!! Check 2nd point again''' | ||
ln -s ~/MT/ | ln -s ~/MT/firefox/[version]/hg.frenchmozilla.fr/browser ~/MT/firefox/[version]/mozilla | ||
ln -s ~/MT/ | ln -s ~/MT/firefox/[version]/hg.frenchmozilla.fr/extensions/reporter ~/MT/firefox/[version]/mozilla/extensions | ||
ln -s ~/MT/ | ln -s ~/MT/firefox/[version]/hg.frenchmozilla.fr/other-licenses/branding/firefox ~/MT/firefox/[version]/mozilla/other-licenses/branding/firefox | ||
Done, and check there were no errors. If so, we have our en-US tree done for MT, we are going to move to our [locale] folder. | Done, and check there were no errors. If so, we have our en-US tree done for MT, we are going to move to our [locale] folder. | ||
mkdir -p ~/MT/ | mkdir -p ~/MT/firefox/[version]/l10n/[locale]/extensions/reporter ; mkdir -p ~/MT/firefox/[version]/l10n/[locale]/other-licenses/branding | ||
And now the symlinks as above: | And now the symlinks as above: | ||
ln -s ~/MT/ | ln -s ~/MT/firefox/[version]/[locale]/browser ~/MT/firefox/[version]/l10n/[locale] | ||
ln -s ~/MT/ | ln -s ~/MT/firefox/[version]/[locale]/extensions/reporter ~/MT/firefox/[version]/l10n/[locale]/extensions | ||
ln -s ~/MT/ | ln -s ~/MT/firefox/[version]/[locale]/other-licenses/branding/firefox ~/MT/firefox/[version]/l10n/[locale]/other-licenses/branding/firefox | ||
Now, we have the perfect tree. And we need to set up Mozilla Translator | Now, we have the perfect tree. And we need to set up Mozilla Translator | ||
edits