@bmlt-enabled/croutonjs 3.18.9 → 3.18.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/crouton.js CHANGED
@@ -13223,6 +13223,59 @@ var words;
13223
13223
  function CroutonLocalization(language) {
13224
13224
  this.language = language;
13225
13225
  this.words = {
13226
+ "ar": {
13227
+ "days_of_the_week" : ["", "الأحد", "الاثنين", "الثلاثاء", "الأربعاء ", "الخميس", "الجمعة", "السبت"],
13228
+ "weekday" : "يوم عمل",
13229
+ "city" : "مدينة",
13230
+ "cities" : "المدن",
13231
+ "groups" : "مجموعات",
13232
+ "areas" : "المناطق",
13233
+ "regions": "المناطق",
13234
+ "locations" : "المواقع",
13235
+ "counties" : "المقاطعات",
13236
+ "states" : "المقاطعات",
13237
+ "postal_codes" : "الرموز البريدية",
13238
+ "formats" : "الأشكال",
13239
+ "map" : "خريطة",
13240
+ "neighborhood": "الحي",
13241
+ "near_me": "بالقرب مني",
13242
+ "text_search": "البحث عن النص",
13243
+ "click_search": "انقر فوق البحث",
13244
+ "pan_and_zoom": "عموم + التكبير",
13245
+ "languages": "اللغات",
13246
+ "common_needs": "الاحتياجات المشتركة",
13247
+ "meeting_count": "الاجتماعات الأسبوعية:",
13248
+ "venue_types": "أنواع المكان",
13249
+ "venue_type_choices": {
13250
+ IN_PERSON: "شخصيا",
13251
+ VIRTUAL: "افتراضي",
13252
+ },
13253
+ "service_body_types": {
13254
+ AS: "لجنة خدمات المنطق",
13255
+ RS: "لجنة خدمات الإقلي.م",
13256
+ ZF: "منتدى المنطقة" ,
13257
+ MA: "لجنة خدمات العاصمة",
13258
+ LS: "خدمة المنتديات المحلية",
13259
+ GS: "Group Support Forum",
13260
+ },
13261
+ 'css-textalign': 'style="text-align:right;"',
13262
+ 'css-floatdirection': 'style="float:right;"',
13263
+ "share": "مشاركة",
13264
+ 'tabular': "جدول",
13265
+ 'google_directions': 'اتجاهات جوجل للاجتماع',
13266
+ "no_meetings_for_this_day": "لا توجد اجتماعات لهذا اليوم.",
13267
+ 'all': 'الجميع',
13268
+ 'menu': 'القائمة',
13269
+ 'search for meetings':'البحث عن الاجتماعات',
13270
+ 'show meetings near...': 'أظهر الاجتماعات بالقرب من...',
13271
+ 'filter meetings':'سرد الاجتماعات',
13272
+ 'visible meeting list': 'قائمة الاجتماعات المرئية',
13273
+ 'enter a city or zip code': 'أدخل المدينة أو الرمز البريدي',
13274
+ 'toggle fullscreen mode': 'تبديل وضع ملء الشاشة',
13275
+ 'close': "قريب",
13276
+ 'meeting page': "صفحة الاجتماع",
13277
+ 'meeting details': "تفاصيل الاجتماع"
13278
+ },
13226
13279
  "da-DK": {
13227
13280
  "days_of_the_week": ["", "Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
13228
13281
  "weekday": 'Ugedag',
@@ -17455,7 +17508,7 @@ crouton_Handlebars.registerHelper('meetsHybrid', function(data, options) {
17455
17508
  });
17456
17509
 
17457
17510
  crouton_Handlebars.registerHelper('qrCode', function(link, options) {
17458
- return new crouton_Handlebars.SafeString("<img alt='qrcode' src='https://chart.googleapis.com/chart?chs=100x100&cht=qr&chl=" + link + "&choe=UTF-8&chld=L|0'>");
17511
+ return new crouton_Handlebars.SafeString("<img alt='qrcode' src='https://quickchart.io/qr?size=100&text=" + encodeURIComponent(link) + "'>");
17459
17512
  });
17460
17513
 
17461
17514
  crouton_Handlebars.registerHelper('formatDataFromArray', function(arr) {