{"id":7892,"date":"2020-04-22T01:44:24","date_gmt":"2020-04-22T01:44:24","guid":{"rendered":"https:\/\/mickgb.com\/?p=7892"},"modified":"2023-11-23T03:47:32","modified_gmt":"2023-11-23T03:47:32","slug":"gaeltacht-san-diego","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/gaeltacht-san-diego\/","title":{"rendered":"Gaeltacht San Diego!"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 14pt;\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-weight: bold; font-size: 12pt;\">T\u00e1 a fhios ag madra\u00ed an bhaile go mb\u00edodh drogall ar go leor daoine Gaeilge a labhairt. T\u00e1 neart f\u00e1thanna leis sin, coimpl\u00e9asc \u00edsleachta san \u00e1ireamh. Ach le forbairt \u00e1r bhf\u00e9inmhuin\u00edn, d\u2019\u00e9ir\u00edomar n\u00edos br\u00f3d\u00fala as \u00e1r gcult\u00far agus \u00e1r dteanga. Cur leis sin f\u00e1s f\u00edorthobann na Gaelscoileanna, \u00e1 dtiom\u00e1int ag gn\u00e1thdhaoine na t\u00edre, agus t\u00e1 s\u00e9 soil\u00e9ir go bhfuil gluaiseacht athbheochana na Gaeilge faoi bhl\u00e1th. T\u00e1 Gaeilge labhartha ag a l\u00e1n daoine anois \u2013 go h\u00e1irithe ag Gl\u00fain na Gaelscoile.\u00a0\u00a0C\u00fapla bliain \u00f3 shin, i ndiaidh d\u00f3ibh an ardscoil a fh\u00e1g\u00e1il, bh\u00ed ach c\u00fapla deis acu a nGaeilge a chleachtadh ach bh\u00edodar ag lorg tion\u00f3il n\u00edos neamhfhoirmi\u00fala n\u00e1 na roghanna a bh\u00ed ar f\u00e1il. \u00d3s rud \u00e9 go bhfuil siadsan compordach ag \u00fas\u00e1id an idirl\u00edn, thosaigh siad ag eagr\u00fa bailithe r\u00e9ch\u00faiseacha ann.\u00a0\u00a0Is mar sin a thosaigh Peadar \u00d3 Caomh\u00e1naigh agus Osgur \u00d3 Ciardha an ch\u00e9ad PopUp Gaeltacht ag deireadh 2016. Sh\u00e1raigh na tortha\u00ed gach a raibh siad ag s\u00fail leis agus anois b\u00edonn PopUp Gaeltachta\u00ed ar si\u00fal ar fud an domhain.\u00a0\u00a0<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-weight: bold; font-size: 12pt;\">Mar is eol do ch\u00e1ch, d\u2019athraigh gach rud nuair a tharla g\u00e9arch\u00e9im an gcor\u00f3inv\u00edris, agus anois t\u00e1imid go l\u00e9ir neadaithe sa bhaile ar fud an domhain.\u00a0\u00a0Sa chol\u00fan seo, n\u00ed dh\u00e9anfaidh m\u00e9 athch\u00fars\u00e1il ar an nuacht uaf\u00e1sach a chloisimid gach l\u00e1. In ionad sin, cuirfidh m\u00e9 b\u00e9im ar ch\u00farsa\u00ed na Gaeilge i rith an scartha sh\u00f3isialta seo, am nach bhfuil Gaeilgeoir\u00ed in ann baili\u00fa le ch\u00e9ile mar is gn\u00e1ch. Ach fuair fear amh\u00e1in r\u00e9iteach iontach don fhadhb sin.\u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-weight: bold; font-size: 12pt;\">Ag bualadh leis don ch\u00e9ad uair, chaithfe\u00e1 a thabhairt faoi deara an m\u00e9id fuinnimh at\u00e1 ag an mac l\u00e9inn seo, gan tr\u00e1cht ar a fh\u00e9inmhuin\u00edn agus a dh\u00edograis. Meirice\u00e1nach is ea \u00e9 \u00f3 dh\u00fachas, ach \u00c9ireannach d\u00e1 thoil f\u00e9in. N\u00edl aon drogall ar an bhfear seo Gaeilge a labhairt, ach a mhalairt. B\u00edonn s\u00e9 ag labhairt Gaeilge gach deis a fhaigheann s\u00e9. Agus mura mb\u00edonn deis ann, crutha\u00edonn s\u00e9 ceann!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-weight: bold; font-size: 12pt;\">D\u2019eagair an fear seo an ch\u00e9ad PopUp Gaeltacht i gContae Shan Diego i gCalifornia breis is bliain \u00f3 shin, agus go leor eile \u00f3 shin i leith. D\u2019fh\u00f3gair s\u00e9 iad ar Fhacebook agus th\u00e1inig na Gaeilgeoir\u00ed le ch\u00e9ile i dtithe t\u00e1bhairn\u00ed, agus freisin ag Teach na h\u00c9ireann i mBalboa Park i San Diego. Sin \u00e1it a gcuireann i l\u00e1thair cult\u00far agus teanga na h\u00c9ireann. B\u00edonn ranganna Gaeilge ar si\u00fal ansin, saor in aisce, \u00e1 mh\u00faineadh ag Gaeilgeoir an-d\u00edograiseach darb ainm Hofshi Shanti. B\u00edonn seisi\u00fain cheoil agus damhsa\u00ed ar si\u00fal ann go minic freisin. Mar sin, n\u00ed ionadh m\u00f3r \u00e9 go bhfuil roinnt mhaith daoine sa cheantar agus suim acu agus fonn orthu a gcuid Gaeilge a fheabhs\u00fa. Tharla an borradh seo a bhu\u00ed do dhaoine cos\u00fail le Hofshi Shanti, agus an fear thuasluaite, darb ainm Jeffrey \u2018Siothr\u00fan\u2019 Sardina.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-weight: bold; font-size: 12pt;\">PopUp Gaeltacht i gCoraint\u00edn!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-weight: bold; font-size: 12pt;\">Nuair a chuirtear i bhfeidhm dianghlas\u00e1il de bharr g\u00e9arch\u00e9ime an gcor\u00f3inv\u00edris, n\u00ed raibh Siothr\u00fan in ann an gn\u00e1th-PopUp a eagr\u00fa. Ach is doiligh beaguchtach a chur air! Bhuail smaoineamh \u00e9 &#8211; c\u00e9ard faoi PopUp f\u00edor\u00fail? Is \u00e9 at\u00e1 i gceist n\u00e1 PopUp go l\u00e9ir a dh\u00e9anamh ar an idirl\u00edon, n\u00ed hamh\u00e1in an cuireadh, ach an baili\u00fa freisin. Le linn na g\u00e9arch\u00e9ime seo, t\u00e1 go leor daoine ag \u00fas\u00e1id an aip \u2018Zoom\u2019 chun ranganna a chur ar f\u00e1il, agus chun teacht le ch\u00e9ile ar an idirl\u00edon. Cheap Siothr\u00fan go mbeadh \u2018Zoom\u2019 foirfe do PopUp f\u00edor\u00fail freisin, agus mar sin d\u2019eagair s\u00e9 \u2018PopUp Gaeltacht i gCuaraint\u00edn\u2019, agus chuir s\u00e9 an focal amach ar na me\u00e1in sh\u00f3isialta agus ar shu\u00edmh ghr\u00e9as\u00e1in cos\u00fail le www.peig.ie.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-weight: bold; font-size: 12pt;\">Gaeltacht San Diego!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-weight: bold; font-size: 12pt;\">D\u2019fhoilsigh Siothr\u00fan nasc an bPopUp ar Facebook, agus d\u2019fhreastal m\u00e9 ar an ch\u00e9ad PopUp f\u00edor\u00fail sa domhan! Bh\u00ed Siothr\u00fan ag obair go dian ag cur f\u00e1ilte roimh na daoine ar th\u00e1inig isteach ar l\u00edne. Bh\u00ed timpeall c\u00e9ad daoine ann, \u00f3 gach cearn den domhan \u2013 leis an chuid is m\u00f3 as \u00c9irinn, na St\u00e1it Aontaithe, agus an Bhreatain Mh\u00f3r . Bh\u00ed craic iontach againn go l\u00e9ir, agus i rith an chomhr\u00e1 do bhaisteadh \u2018Gaeltacht San Diego\u2019 ar an dream \u00f3 Shan Diego! Bh\u00edomar le ch\u00e9ile don tr\u00ed\u00fa \u2018PopUp Gaeltacht i gCuarant\u00edn\u2019 an Satharn seo caite, agus bh\u00ed s\u00e9 ar fheabhas, agus chaitheamar st\u00e1ir ag caint! M\u00e1 t\u00e1 suim agat freastal ar an bPopUp seo a bheidh ar si\u00fal ar gach Satharn i rith na g\u00e9arch\u00e9ime, cuirfear f\u00e1ilte mh\u00f3r romhat! Chun an cuireadh a fheice\u00e1il, d\u00e9an cuardach i bhFacebook ar \u2018Pop Up Gaeltacht i gCoraint\u00edn\u2019, et voil\u00e0!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-weight: bold; font-size: 12pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script> T\u00e1 a fhios ag madra\u00ed an bhaile go mb\u00edodh drogall ar go leor daoine Gaeilge a labhairt. T\u00e1 neart f\u00e1thanna leis sin, coimpl\u00e9asc \u00edsleachta san \u00e1ireamh. Ach le forbairt \u00e1r bhf\u00e9inmhuin\u00edn, d\u2019\u00e9ir\u00edomar n\u00edos br\u00f3d\u00fala as \u00e1r gcult\u00far agus \u00e1r dteanga. Cur leis sin f\u00e1s f\u00edorthobann na Gaelscoileanna, \u00e1 dtiom\u00e1int ag gn\u00e1thdhaoine na t\u00edre, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK3\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK4\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:12pt\">T\u00e1 a fhios ag madra\u00ed an bhaile go mb\u00edodh drogall ar go leor daoine Gaeilge a labhairt.  T\u00e1 neart f\u00e1thanna leis sin, coimpl\u00e9asc \u00edsleachta san \u00e1ireamh.  Ach le forbairt \u00e1r bhf\u00e9inmhuin\u00edn,  d\u2019\u00e9ir\u00edomar n\u00edos br\u00f3d\u00fala as \u00e1r gcult\u00far agus \u00e1r dteanga.  Cur leis sin f\u00e1s f\u00edorthobann na Gaelscoileanna, \u00e1 dtiom\u00e1int ag gn\u00e1thdhaoine na t\u00edre, agus t\u00e1 s\u00e9 soil\u00e9ir go bhfuil gluaiseacht athbheochana na Gaeilge faoi bhl\u00e1th.  T\u00e1 Gaeilge labhartha ag a l\u00e1n daoine anois \u2013 go h\u00e1irithe ag Gl\u00fain na Gaelscoile.&nbsp;&nbsp;C\u00fapla bliain \u00f3 shin, i ndiaidh d\u00f3ibh an ardscoil a fh\u00e1g\u00e1il, bh\u00ed ach c\u00fapla deis acu a nGaeilge a chleachtadh ach bh\u00edodar ag lorg tion\u00f3il n\u00edos neamhfhoirmi\u00fala n\u00e1 na roghanna a bh\u00ed ar f\u00e1il.  \u00d3s rud \u00e9 go bhfuil siadsan compordach ag \u00fas\u00e1id an idirl\u00edn, thosaigh siad ag eagr\u00fa bailithe r\u00e9ch\u00faiseacha ann.&nbsp;&nbsp;Is mar sin a thosaigh Peadar \u00d3 Caomh\u00e1naigh agus Osgur \u00d3 Ciardha an ch\u00e9ad PopUp Gaeltacht ag deireadh 2016.  Sh\u00e1raigh na tortha\u00ed gach a raibh siad ag s\u00fail leis agus anois b\u00edonn PopUp Gaeltachta\u00ed ar si\u00fal  ar fud an domhain.&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:12pt\">Mar is eol do ch\u00e1ch, d\u2019athraigh gach rud nuair a tharla g\u00e9arch\u00e9im an gcor\u00f3inv\u00edris, agus anois t\u00e1imid go l\u00e9ir neadaithe sa bhaile ar fud an domhain.&nbsp;&nbsp;Sa chol\u00fan seo, n\u00ed dh\u00e9anfaidh m\u00e9 athch\u00fars\u00e1il ar an nuacht uaf\u00e1sach a chloisimid gach l\u00e1.  In ionad sin, cuirfidh m\u00e9 b\u00e9im ar ch\u00farsa\u00ed na Gaeilge i rith an scartha sh\u00f3isialta seo, am nach bhfuil Gaeilgeoir\u00ed in ann baili\u00fa le ch\u00e9ile mar is gn\u00e1ch.  Ach fuair fear amh\u00e1in r\u00e9iteach iontach don fhadhb sin.&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:12pt\">Ag bualadh leis don ch\u00e9ad uair, chaithfe\u00e1 a thabhairt faoi deara an m\u00e9id fuinnimh at\u00e1 ag an mac l\u00e9inn seo, gan tr\u00e1cht ar a fh\u00e9inmhuin\u00edn agus a dh\u00edograis.  Meirice\u00e1nach is ea \u00e9 \u00f3 dh\u00fachas, ach \u00c9ireannach d\u00e1 thoil f\u00e9in.   N\u00edl aon drogall ar an bhfear seo Gaeilge a labhairt, ach a mhalairt.  B\u00edonn s\u00e9 ag labhairt Gaeilge gach deis a fhaigheann s\u00e9.  Agus mura mb\u00edonn deis ann, crutha\u00edonn s\u00e9 ceann!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:12pt\">D\u2019eagair an fear seo an ch\u00e9ad PopUp Gaeltacht i gContae Shan Diego i gCalifornia breis is bliain \u00f3 shin, agus go leor eile \u00f3 shin i leith.  D\u2019fh\u00f3gair s\u00e9 iad ar Fhacebook agus th\u00e1inig na Gaeilgeoir\u00ed le ch\u00e9ile i dtithe t\u00e1bhairn\u00ed, agus freisin ag Teach na h\u00c9ireann i mBalboa Park i San Diego.  Sin \u00e1it a gcuireann i l\u00e1thair cult\u00far agus teanga na h\u00c9ireann.  B\u00edonn ranganna Gaeilge ar si\u00fal ansin, saor in aisce, \u00e1 mh\u00faineadh ag Gaeilgeoir an-d\u00edograiseach darb ainm Hofshi Shanti.  B\u00edonn seisi\u00fain cheoil agus damhsa\u00ed ar si\u00fal ann go minic freisin.  Mar sin, n\u00ed ionadh m\u00f3r \u00e9 go bhfuil roinnt mhaith daoine sa cheantar agus suim acu agus fonn orthu a gcuid Gaeilge a fheabhs\u00fa.  Tharla an borradh seo a bhu\u00ed do dhaoine cos\u00fail le Hofshi Shanti, agus an fear thuasluaite, darb ainm Jeffrey \u2018Siothr\u00fan\u2019 Sardina.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:12pt\">PopUp Gaeltacht i gCoraint\u00edn!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:12pt\">Nuair a chuirtear i bhfeidhm dianghlas\u00e1il de bharr g\u00e9arch\u00e9ime an gcor\u00f3inv\u00edris, n\u00ed raibh Siothr\u00fan in ann an gn\u00e1th-PopUp a eagr\u00fa.  Ach is doiligh beaguchtach a chur air!  Bhuail smaoineamh \u00e9 - c\u00e9ard faoi PopUp f\u00edor\u00fail?  Is \u00e9 at\u00e1 i gceist n\u00e1 PopUp go l\u00e9ir a dh\u00e9anamh ar an idirl\u00edon, n\u00ed hamh\u00e1in an cuireadh, ach an baili\u00fa freisin.  Le linn na g\u00e9arch\u00e9ime seo, t\u00e1 go leor daoine ag \u00fas\u00e1id an aip \u2018Zoom\u2019 chun ranganna a chur ar f\u00e1il, agus chun teacht le ch\u00e9ile ar an idirl\u00edon.  Cheap Siothr\u00fan go mbeadh \u2018Zoom\u2019 foirfe do PopUp f\u00edor\u00fail freisin, agus mar sin d\u2019eagair s\u00e9 \u2018PopUp Gaeltacht i gCuaraint\u00edn\u2019, agus chuir s\u00e9 an focal amach ar na me\u00e1in sh\u00f3isialta agus ar shu\u00edmh ghr\u00e9as\u00e1in cos\u00fail le www.peig.ie.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:12pt\">Gaeltacht San Diego!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:12pt\">D\u2019fhoilsigh Siothr\u00fan nasc an bPopUp ar Facebook, agus d\u2019fhreastal m\u00e9 ar an ch\u00e9ad PopUp f\u00edor\u00fail sa domhan!  Bh\u00ed Siothr\u00fan ag obair go dian ag cur f\u00e1ilte roimh na daoine ar th\u00e1inig isteach ar l\u00edne.  Bh\u00ed timpeall c\u00e9ad daoine ann, \u00f3 gach cearn den domhan \u2013 leis an chuid is m\u00f3 as \u00c9irinn, na St\u00e1it Aontaithe, agus an Bhreatain Mh\u00f3r .  Bh\u00ed craic iontach againn go l\u00e9ir, agus i rith an chomhr\u00e1 do bhaisteadh \u2018Gaeltacht San Diego\u2019 ar an dream \u00f3 Shan Diego!  Bh\u00edomar le ch\u00e9ile don tr\u00ed\u00fa \u2018PopUp Gaeltacht i gCuarant\u00edn\u2019 an Satharn seo caite, agus bh\u00ed s\u00e9 ar fheabhas, agus chaitheamar st\u00e1ir ag caint!  M\u00e1 t\u00e1 suim agat freastal ar an bPopUp seo a bheidh ar si\u00fal ar gach Satharn i rith na g\u00e9arch\u00e9ime, cuirfear f\u00e1ilte mh\u00f3r romhat!  Chun an cuireadh a fheice\u00e1il, d\u00e9an cuardach i bhFacebook ar \u2018Pop Up Gaeltacht i gCoraint\u00edn\u2019, et voil\u00e0!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[45],"tags":[],"class_list":["post-7892","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pearsanta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/comments?post=7892"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7892\/revisions"}],"predecessor-version":[{"id":9555,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7892\/revisions\/9555"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=7892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}