မှတ်ချက်။ လွှင့်တင်လိုက်ပြီးသည့်နောက် ပြောင်းလဲမှုများ မြင်ရနိုင်ရန် သင့်အနေဖြင့် ဘရောက်ဇာ၏ cache အား ဖြတ်ကျော်နိုင်ရန် လိုအပ်ပါသည်။

  • Firefox / Safari: Reload ကို နှိပ်နေစဉ်အတွင်း Shift ကို ဖိထားပါ၊ သို့မဟုတ် Ctrl-F5 သို့ Ctrl-R (Mac တွင် ⌘-R) ကို နှိပ်ပါ။
  • Google Chrome: Ctrl-Shift-R (Mac တွင် ⌘-Shift-R) ကို နှိပ်ပါ။
  • Internet Explorer / Edge: Refresh ကို နှိပ်နေစဉ်အတွင်း Ctrl ကို ဖိထားပါ၊ သို့မဟုတ် Ctrl-F5 ကို နှိပ်ပါ။
  • Opera: Menu → Settings (Mac တွင် Opera → Preferences) သို့ သွားပြီး Privacy & security → Clear browsing data → Cached images and files ကို ပြုလုပ်ပါ။
/**
* Beginning of Transliteration Tool
* Author: Junaid P V [[user:Junaidpv]]
* added date: 2010-09-28
*/
function addOptionsToSimpleSearch() {
// To add checkbox for simple search box
//added by : [[User:Sadik Khalid]] (sadik.khalid@gmail.com)
//********************* Starts here **********************************
var firstone =document.getElementById('p-search');
if(firstone!= null) {
try
{
var nextone=document.getElementById('h5');
var transListBox = document.createElement("select");
transListBox.style.position ="relative";
transListBox.style.fontSize="0.7em";
transListBox.style.top="-4.5em";
if (transListBox.addEventListener)
transListBox.addEventListener("change", writingStyleLBChanged, false);
else if (transListBox.attachEvent)
transListBox.attachEvent("onchange", writingStyleLBChanged);
var numOfSchemes = transettings.schemes.length;
for(var i=0; i < numOfSchemes; i++) {
var schemeOption = document.createElement("option");
schemeOption.appendChild( document.createTextNode(transettings.schemes[i].text) );
schemeOption.value = transettings.schemes[i].text;
if(transettings.default_scheme_index==i) schemeOption.selected=true;
transListBox.appendChild( schemeOption );
}
var chkboxelement = document.createElement("input");
chkboxelement.setAttribute("type","checkbox");
chkboxelement.setAttribute("id","searchInputcb");
chkboxelement.style.position ="relative";
chkboxelement.style.left=".2em";
chkboxelement.style.top="-3.8em";
chkboxelement.value = 'searchInput'; // specifying curresponding input filed.
chkboxelement.checked = transettings.default_state;
if (chkboxelement.addEventListener)
chkboxelement.addEventListener("click", transOptionOnClick, false);
else if (chkboxelement.attachEvent)
chkboxelement.attachEvent("onclick", transOptionOnClick);
var chkboxlabel = document.createElement('chkboxlabel');
chkboxlabel.style.fontSize = '.7em';
//chkboxlabel.style.fontWeight = 'bold';
chkboxlabel.style.position ="relative";
chkboxlabel.style.left="0.5em";
chkboxlabel.style.top="-4.8em"
var linktohelp = document.createElement ('a')
linktohelp.href= transettings.checkbox.link.href;
linktohelp.title= transettings.checkbox.link.tooltip;
linktohelp.appendChild( document.createTextNode(transettings.checkbox.simple_text) );
chkboxlabel.appendChild(linktohelp);
chkboxlabel.appendChild(document.createElement('br'));
firstone.insertBefore(transListBox,nextone);
firstone.insertBefore(chkboxelement,nextone);
firstone.insertBefore(chkboxlabel,nextone);
firstone.style.position ="relative";
//firstone.style.top="-1.6em";
}
catch(ex)
{
//Error
}
}
//************************* Ends here ****************************
}
/**
 * Regular expression rules table for Burmese
 * @author Lionslayer ([[user:Lionslayer]])
 * @date Mar 09 2011
 * @Based on Myanmar3 Keyboard by Myanmar NLP
 * License: GPLv3, CC-BY-SA 3.0
 */
if(tr_my== undefined) var tr_my = {};
else tr_my = {};
tr_my.text = "Myanmar3";
tr_my.description = "Burmese Myanmar3";
 // Normal rules
tr_my.rules = [
['ေu', 'a','ကေ'],
['ေc', 'a','ခေ'],
['ေ:', 'a','ဂေ'],
['ေC', 'a','ဃေ'],
['ေi', 'a','ငေ'],
['ေp', 'a','စေ'],
['ေq', 'a','ဆေ'],
['ေZ', 'a','ဇေ'],
['ေQ', 'a','ဈေ'],
['ေn', 'a','ညေ'],
['ေN', 'a','ဉေ'],
['ေ!', 'a','ဍေ'],
['ေX', 'a','ဌေ'],
['ေ#', 'a','ဋေ'],
['ေ~', 'a','ဎေ'],
['ေP', 'a','ဏေ'],
['ေw', 'a','တေ'],
['ေx', 'a','ထေ'],
['ေK', 'a','ဒေ'],
['ေL', 'a','ဓေ'],
['ေe', 'a','နေ'],
['ေy', 'a','ပေ'],
['ေz', 'a','ဖေ'],
['ေA', 'a','ဗေ'],
['ေb', 'a','ဘေ'],
['ေr', 'a','မေ'],
['ေB', 'a','ယေ'],
['ေ&', 'a','ရေ'],
['ေv', 'a','လေ'],
['ေW', 'a','ဝေ'],
['ေo', 'a','သေ'],
['ေ\\[', 'a','ဟေ'],
['ေV', 'a','ဠေ'],
['ေt', 'a','အေ'],
 
['ေG', '','ွေ'],
['ေj', '','ြေ'],
['ေs', '','ျေ'],
['ေS', '','ှေ'],
['ေြG', '','ြွေ'],
['ေျG', '','ျွေ'],
['ေြS', '','ြှေ'],
['ေျS', '','ျှေ'],
 
/**
#Fixed
*/


['စs', '','ဈ'],
['သj', '','ဩ'],
['ဥf', '', 'ဉ်'],
['ဥD', '','ဦ'],
['ုd', '','ို'],
['်h', '', '့်'],
['ွs', '','ျွ'],
['ွj', '','ြွ'],
['ှG', '', 'ွှ'],
['ှs', '','ျှ'],
['ှj', '', 'ြှ'],
['(ှွs)|(ွှs)|(ှျG)|(ျှG)|(ျွS)|(ွျS)', '','ျွှ'],
['(ှွj)|(ွှj)|(ှြG)|(ြှG)|(ြွS)|(ွြS)', '','ြွှ'],
 
 
['u', '','က'],
['c', '','ခ'],
[':', '','ဂ'],
['C', '','ဃ'],
['i', '','င'],
['p', '','စ'],
['q', '','ဆ'],
['Z', '','ဇ'],
['Q', '','ဈ'],
['n', '','ည'],
['N', '','ဉ'],
['!', '','ဍ'],
['X', '','ဌ'],
['#', '','ဋ'],
['~', '','ဎ'],
['P', '','ဏ'],
['w', '','တ'],
['x', '','ထ'],
['K', '','ဒ'],
['L', '','ဓ'],
['e', '','န'],
['y', '','ပ'],
['z', '','ဖ'],
['A', '','ဗ'],
['b', '','ဘ'],
['r', '','မ'],
['B', '','ယ'],
['&', '','ရ'],
['v', '','လ'],
['W', '','ဝ'],
['o', '','သ'],
['\\[', '','ဟ'],
['V', '','ဠ'],
['t', '','အ'],
 
['m', '','ာ'],
['g', '','ါ'],
['d', '','ိ'],
['D', '','ီ'],
['k', '','ု'],
['l', '','ူ'],
['a', '','ေ'],
['J', '','ဲ'],
['H', '','ံ'],
['h', '','့'],
['\\;', '','း'],
['f', '','်'],
['F', '','္'],
['\\>', '','။'],
['\\<', '','၊'],
 
['s', '','ျ'],
['j', '','ြ'],
['G', '','ွ'],
['S', '','ှ'],
['E', '','ဣ'],
['R', '','၎'],
['T', '','ဤ'],
['Y', '','၌'],
['I', '','၍'],
['O', '','ဿ'],
['\\{', '','ဧ'],
['\\]', '','ဩ'],
['\\}', '','ဪ'],
['\\\\', '','၏'],
['u', '','က'],
['U', '','ဥ'],
['M', '','ဦ'],
 
['0', '','၀'],
['1', '','၁'],
['2', '','၂'],
['3', '','၃'],
['4', '','၄'],
['5', '','၅'],
['6', '','၆'],
['7', '','၇'],
['8', '','၈'],
['9', '','၉'],
];
importScript('Mediawiki:transli.js');
 
function transetup(event) {
transettings.schemes[0] = tr_my;
transettings.shortcut.controlkey =true;
transettings.shortcut.key = 'M';
transettings.checkbox.text = "မြန်မာသုံးလက်ကွက် ("+transettings.shortcut.toString()+")";
transettings.checkbox.link.href = "//my.wiktionary.org/wiki/Help:လက်ကွက်";
transettings.checkbox.simple_text = 'Burmese Keyboard(Ctrl+M)';
transettings.checkbox.link.tooltip = "မြန်မာစာရေးရန် ဤကိရိယာကို သုံးပါ။: "+transettings.shortcut.toString();
setDefaultSchmeIndex(readCookie("transToolIndex"));
 
transliterate('searchInput', 'wpTextbox1', 'wpSummary', 'searchText', 'powerSearchText', 'wpNewTitle', 'wpReason', 'nsfrom', 'username', 'mwProtect-reason', 'nsto','wpText', 'wpUploadDescription', 'wpDestFile');
addTransliterationOption( 'searchText', 'powerSearchText', 'wpNewTitle', 'wpReason', 'nsfrom', 'username', 'mwProtect-reason', 'nsto','wpText', 'wpUploadDescription', 'wpDestFile');
transettings.checkbox.position = "before";
addTransliterationOption( 'wpTextbox1', 'wpSummary' );
addOptionsToSimpleSearch();
initMultiScheme();
translitStateSynWithCookie('searchInput', 'wpTextbox1', 'wpSummary', 'searchText', 'powerSearchText', 'wpNewTitle', 'wpReason', 'nsfrom', 'username', 'mwProtect-reason', 'nsto','wpText');
}
 
$(window).load(transetup); 

/* End of Transliteration Tool */