Merge branch 'chore/update-config-fe' into 'develop'
[akkoma] / priv / static / packs / locales / vanilla / no.js.map
index 7045ce930cca84bf220c5e7625d2a8c843dea396..97d18247c8df6dad6e1866e2b43424845f7a545c 100644 (file)
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///app/javascript/builds/pleroma/mastofe/app/javascript/locales/index.js","webpack:///./node_modules/react-intl/locale-data/no.js","webpack:///./tmp/locales/vanilla/no.js"],"names":["theLocale","setLocale","locale","getLocale","__webpack_require__","r","__webpack_exports__","d","module","exports","pluralRuleFunction","e","t","fields","year","displayName","relative","0","1","-1","relativeTime","future","other","past","month","day","hour","minute","second","_app_javascript_mastodon_locales_no_json__WEBPACK_IMPORTED_MODULE_0__","react_intl_locale_data_no_js__WEBPACK_IMPORTED_MODULE_1__","react_intl_locale_data_no_js__WEBPACK_IMPORTED_MODULE_1___default","n","locales__WEBPACK_IMPORTED_MODULE_2__","Object","localeData","messages"],"mappings":"6FAAA,IAAIA,EAEG,SAASC,EAAUC,GACxBF,EAAYE,EAGP,SAASC,IACd,OAAOH,EAPTI,EAAAC,EAAAC,GAAAF,EAAAG,EAAAD,EAAA,8BAAAL,IAAAG,EAAAG,EAAAD,EAAA,8BAAAH,6/mBCC4DK,EAAAC,QAC3D,WACD,aAEA,QACAP,OAAA,KACAQ,mBAAA,SAAAC,EAAAC,GACA,OAAAA,EAAA,WAAAD,EAAA,eAEAE,OAAA,CACAC,KAAA,CACAC,YAAA,OACAC,SAAA,CACAC,EAAA,YACAC,EAAA,YACAC,KAAA,aAEAC,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,YAIAE,MAAA,CACAT,YAAA,QACAC,SAAA,CACAC,EAAA,aACAC,EAAA,aACAC,KAAA,cAEAC,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,YAIAG,IAAA,CACAV,YAAA,MACAC,SAAA,CACAC,EAAA,QACAC,EAAA,WACAC,KAAA,aAEAC,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,YAIAI,KAAA,CACAX,YAAA,OACAC,SAAA,CACAC,EAAA,aAEAG,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,YAIAK,OAAA,CACAZ,YAAA,SACAC,SAAA,CACAC,EAAA,eAEAG,aAAA,CACAC,OAAA,CACAC,MAAA,YAEAC,KAAA,CACAD,MAAA,cAIAM,OAAA,CACAb,YAAA,SACAC,SAAA,CACAC,EAAA,OAEAG,aAAA,CACAC,OAAA,CACAC,MAAA,UAEAC,KAAA,CACAD,MAAA,eAhG4DV,qCCD5DR,EAAAC,EAAAC,GAAA,IAAAuB,EAAAzB,EAAA,KAAA0B,EAAA1B,EAAA,KAAA2B,EAAA3B,EAAA4B,EAAAF,GAAAG,EAAA7B,EAAA,IASA8B,OAAAD,EAAA,UAAAC,CAAS,CACPC,WAAAJ,IACAK,SAAAP","file":"locales/vanilla/no.js","sourcesContent":["let theLocale;\n\nexport function setLocale(locale) {\n  theLocale = locale;\n}\n\nexport function getLocale() {\n  return theLocale;\n}\n","!function (e, t) {\n  \"object\" == typeof exports && \"undefined\" != typeof module ? module.exports = t() : \"function\" == typeof define && define.amd ? define(t) : (e.ReactIntlLocaleData = e.ReactIntlLocaleData || {}, e.ReactIntlLocaleData.no = t());\n}(this, function () {\n  \"use strict\";\n\n  return [{\n    locale: \"no\",\n    pluralRuleFunction: function pluralRuleFunction(e, t) {\n      return t ? \"other\" : 1 == e ? \"one\" : \"other\";\n    },\n    fields: {\n      year: {\n        displayName: \"Year\",\n        relative: {\n          0: \"this year\",\n          1: \"next year\",\n          \"-1\": \"last year\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} y\"\n          },\n          past: {\n            other: \"-{0} y\"\n          }\n        }\n      },\n      month: {\n        displayName: \"Month\",\n        relative: {\n          0: \"this month\",\n          1: \"next month\",\n          \"-1\": \"last month\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} m\"\n          },\n          past: {\n            other: \"-{0} m\"\n          }\n        }\n      },\n      day: {\n        displayName: \"Day\",\n        relative: {\n          0: \"today\",\n          1: \"tomorrow\",\n          \"-1\": \"yesterday\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} d\"\n          },\n          past: {\n            other: \"-{0} d\"\n          }\n        }\n      },\n      hour: {\n        displayName: \"Hour\",\n        relative: {\n          0: \"this hour\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} h\"\n          },\n          past: {\n            other: \"-{0} h\"\n          }\n        }\n      },\n      minute: {\n        displayName: \"Minute\",\n        relative: {\n          0: \"this minute\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} min\"\n          },\n          past: {\n            other: \"-{0} min\"\n          }\n        }\n      },\n      second: {\n        displayName: \"Second\",\n        relative: {\n          0: \"now\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} s\"\n          },\n          past: {\n            other: \"-{0} s\"\n          }\n        }\n      }\n    }\n  }];\n});","//\n// locales/vanilla/no.js\n// automatically generated by generateLocalePacks.js\n//\n\nimport messages from '../../../app/javascript/mastodon/locales/no.json';\nimport localeData from 'react-intl/locale-data/no.js';\nimport { setLocale } from 'locales';\n\nsetLocale({\n  localeData,\n  messages,\n});\n"],"sourceRoot":""}
\ No newline at end of file
+{"version":3,"sources":["webpack:///app/javascript/tank/sources/git/git.pleroma.social/pleroma/mastofe/app/javascript/locales/index.js","webpack:///./node_modules/react-intl/locale-data/no.js","webpack:///./tmp/locales/vanilla/no.js"],"names":["theLocale","setLocale","locale","getLocale","module","exports","pluralRuleFunction","e","t","fields","year","displayName","relative","0","1","relativeTime","future","other","past","month","day","hour","minute","second","localeData","messages"],"mappings":"6FAAA,IAAIA,EAEG,SAASC,EAAUC,GACxBF,EAAYE,EAGP,SAASC,IACd,OAAOH,EAPT,4F,myuBCC+DI,EAAOC,QAC9D,WACN,aAEA,MAAO,CAAC,CACNH,OAAQ,KACRI,mBAAoB,SAA4BC,EAAGC,GACjD,OAAOA,EAAI,QAAU,GAAKD,EAAI,MAAQ,SAExCE,OAAQ,CACNC,KAAM,CACJC,YAAa,OACbC,SAAU,CACRC,EAAG,YACHC,EAAG,YACH,KAAM,aAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,aAAc,CACZN,YAAa,OACbC,SAAU,CACRC,EAAG,YACHC,EAAG,YACH,KAAM,aAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIbE,MAAO,CACLR,YAAa,QACbC,SAAU,CACRC,EAAG,aACHC,EAAG,aACH,KAAM,cAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,cAAe,CACbN,YAAa,QACbC,SAAU,CACRC,EAAG,aACHC,EAAG,aACH,KAAM,cAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIbG,IAAK,CACHT,YAAa,MACbC,SAAU,CACRC,EAAG,QACHC,EAAG,WACH,KAAM,aAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,YAAa,CACXN,YAAa,MACbC,SAAU,CACRC,EAAG,QACHC,EAAG,WACH,KAAM,aAERC,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIbI,KAAM,CACJV,YAAa,OACbC,SAAU,CACRC,EAAG,aAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,aAAc,CACZN,YAAa,OACbC,SAAU,CACRC,EAAG,aAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIbK,OAAQ,CACNX,YAAa,SACbC,SAAU,CACRC,EAAG,eAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,YAETC,KAAM,CACJD,MAAO,cAIb,eAAgB,CACdN,YAAa,SACbC,SAAU,CACRC,EAAG,eAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,YAETC,KAAM,CACJD,MAAO,cAIbM,OAAQ,CACNZ,YAAa,SACbC,SAAU,CACRC,EAAG,OAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,YAIb,eAAgB,CACdN,YAAa,SACbC,SAAU,CACRC,EAAG,OAELE,aAAc,CACZC,OAAQ,CACNC,MAAO,UAETC,KAAM,CACJD,MAAO,eA1L6DT,I,iCCDhF,8CASA,oBAAU,CACRgB,WAAA,IACAC,SAAA,M","file":"locales/vanilla/no.js","sourcesContent":["let theLocale;\n\nexport function setLocale(locale) {\n  theLocale = locale;\n}\n\nexport function getLocale() {\n  return theLocale;\n}\n","!function (e, t) {\n  \"object\" == typeof exports && \"undefined\" != typeof module ? module.exports = t() : \"function\" == typeof define && define.amd ? define(t) : (e.ReactIntlLocaleData = e.ReactIntlLocaleData || {}, e.ReactIntlLocaleData.no = t());\n}(this, function () {\n  \"use strict\";\n\n  return [{\n    locale: \"no\",\n    pluralRuleFunction: function pluralRuleFunction(e, t) {\n      return t ? \"other\" : 1 == e ? \"one\" : \"other\";\n    },\n    fields: {\n      year: {\n        displayName: \"Year\",\n        relative: {\n          0: \"this year\",\n          1: \"next year\",\n          \"-1\": \"last year\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} y\"\n          },\n          past: {\n            other: \"-{0} y\"\n          }\n        }\n      },\n      \"year-short\": {\n        displayName: \"Year\",\n        relative: {\n          0: \"this year\",\n          1: \"next year\",\n          \"-1\": \"last year\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} y\"\n          },\n          past: {\n            other: \"-{0} y\"\n          }\n        }\n      },\n      month: {\n        displayName: \"Month\",\n        relative: {\n          0: \"this month\",\n          1: \"next month\",\n          \"-1\": \"last month\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} m\"\n          },\n          past: {\n            other: \"-{0} m\"\n          }\n        }\n      },\n      \"month-short\": {\n        displayName: \"Month\",\n        relative: {\n          0: \"this month\",\n          1: \"next month\",\n          \"-1\": \"last month\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} m\"\n          },\n          past: {\n            other: \"-{0} m\"\n          }\n        }\n      },\n      day: {\n        displayName: \"Day\",\n        relative: {\n          0: \"today\",\n          1: \"tomorrow\",\n          \"-1\": \"yesterday\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} d\"\n          },\n          past: {\n            other: \"-{0} d\"\n          }\n        }\n      },\n      \"day-short\": {\n        displayName: \"Day\",\n        relative: {\n          0: \"today\",\n          1: \"tomorrow\",\n          \"-1\": \"yesterday\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} d\"\n          },\n          past: {\n            other: \"-{0} d\"\n          }\n        }\n      },\n      hour: {\n        displayName: \"Hour\",\n        relative: {\n          0: \"this hour\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} h\"\n          },\n          past: {\n            other: \"-{0} h\"\n          }\n        }\n      },\n      \"hour-short\": {\n        displayName: \"Hour\",\n        relative: {\n          0: \"this hour\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} h\"\n          },\n          past: {\n            other: \"-{0} h\"\n          }\n        }\n      },\n      minute: {\n        displayName: \"Minute\",\n        relative: {\n          0: \"this minute\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} min\"\n          },\n          past: {\n            other: \"-{0} min\"\n          }\n        }\n      },\n      \"minute-short\": {\n        displayName: \"Minute\",\n        relative: {\n          0: \"this minute\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} min\"\n          },\n          past: {\n            other: \"-{0} min\"\n          }\n        }\n      },\n      second: {\n        displayName: \"Second\",\n        relative: {\n          0: \"now\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} s\"\n          },\n          past: {\n            other: \"-{0} s\"\n          }\n        }\n      },\n      \"second-short\": {\n        displayName: \"Second\",\n        relative: {\n          0: \"now\"\n        },\n        relativeTime: {\n          future: {\n            other: \"+{0} s\"\n          },\n          past: {\n            other: \"-{0} s\"\n          }\n        }\n      }\n    }\n  }];\n});","//\n// locales/vanilla/no.js\n// automatically generated by generateLocalePacks.js\n//\n\nimport messages from '../../../app/javascript/mastodon/locales/no.json';\nimport localeData from 'react-intl/locale-data/no.js';\nimport { setLocale } from 'locales';\n\nsetLocale({\n  localeData,\n  messages,\n});\n"],"sourceRoot":""}
\ No newline at end of file