Jump to content

User:Redaking/common.js

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Redaking (talk | contribs) at 16:21, 22 July 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
window.articleTranslatorConf = {
  homeWiki: 'arz', // home wiki, which language you want links to be translated to by default
  fromLang: mw.config.get('wgPageContentLanguage'), // from language, which language you want links to be translated from by default, usually the wiki you are in anyway
  translatorBarFormat: '$1translate$2 links from $3 to $4 $5', // translate what is in quotes except $1 $2 $3 $4 $5 which are placeholders
  templateTranslatorText: 'Template translation', // translate what is in quotes
  removeLinksAliasesText: 'Remove Links Aliases', // translate what is in quotes
  interwikiCount: 'Language links count', // translate what is in quotes
  linkedTo: 'Linked to', // translate what is in quotes
  listOfUnavailablePagesOn: 'List of not present pages on' // translate what is in quotes
};
importScript('User:Mr. Ibrahem/ArticleTranslator 2024.js');