aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/gen-docs.js
AgeCommit message (Expand)Author
2012-05-04chore(docs): re-skin main documentationMisko Hevery
2012-04-05chore(docs): add nonminified jquery debug version of docsIgor Minar
2012-01-17fix(docs): disable appcache - causing too much troubleIgor Minar
2012-01-17docs(*): various doc fixesIgor Minar
2012-01-10feat(ngdocs): support for interface documentationMisko Hevery
2011-10-18fix(gen-docs): require files without touching PATHVojta Jina
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-09-26fix(e2e): add index-nocache.html to run e2e tests without cacheIgor Minar
2011-09-26feat(docs): use html5 history api for all routing in the docs appVojta Jina
2011-09-08style: fix some missing semi-colons and spaces, typosVojta Jina
2011-08-24feat(doc): generate both normal and debug version of index.htmlDi Peng
2011-07-26feat(docs): add full offline supportDi Peng
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
      "AM",
      "PM"
    ],
    "DAY": [
      "dimanche",
      "lundi",
      "mardi",
      "mercredi",
      "jeudi",
      "vendredi",
      "samedi"
    ],
    "MONTH": [
      "janvier",
      "f\u00e9vrier",
      "mars",
      "avril",
      "mai",
      "juin",
      "juillet",
      "ao\u00fbt",
      Added SiteMap generation to the documentation
Misko Hevery
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-10offline docsIgor Minar
2011-01-10complete rewrite of documentation generationMisko Hevery
class="p">, "avr.", "mai", "juin", "juil.", "ao\u00fbt", "sept.", "oct.", "nov.", "d\u00e9c." ], "fullDate": "EEEE d MMMM y", "longDate": "d MMMM y", "medium": "d MMM y HH:mm:ss", "mediumDate": "d MMM y", "mediumTime": "HH:mm:ss", "short": "dd/MM/yy HH:mm", "shortDate": "dd/MM/yy", "shortTime": "HH:mm" }, "NUMBER_FORMATS": { "CURRENCY_SYM": "\u20ac", "DECIMAL_SEP": ",", "GROUP_SEP": "\u00a0", "PATTERNS": [ { "gSize": 3, "lgSize": 3, "macFrac": 0, "maxFrac": 3, "minFrac": 0, "minInt": 1, "negPre": "-", "negSuf": "", "posPre": "", "posSuf": "" }, { "gSize": 3, "lgSize": 3, "macFrac": 0, "maxFrac": 2, "minFrac": 2, "minInt": 1, "negPre": "(", "negSuf": "\u00a0\u00a4)", "posPre": "", "posSuf": "\u00a0\u00a4" } ] }, "id": "fr-cf", "pluralCat": function (n) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} }); }]);