summaryrefslogtreecommitdiff
path: root/docs/narr/i18n.rst
AgeCommit message (Collapse)Author
2018-11-20s/msgid/``msgid`` as neededSteve Piercy
2018-11-19rip out moar unicode prefixesMichael Merickel
2018-08-21Merge pull request #3330 from stevepiercy/docs-code-styleMichael Merickel
Docs code style
2018-08-19Fix broken links from linkcheck, exclude localhost from checkSteve Piercy
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in i18nSteve Piercy
2017-06-27Update all external links per `make linkcheck`Steve Piercy
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
2016-04-23Fix all the stinky linkie rot via `make linkcheck ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
2016-04-16replace ps1con with doscon for lexerSteve Piercy
2016-04-12- zap easy_install stragglerSteve Piercy
2016-04-12one does not simply "create a virtualenv". one should "create a virtual ↵Steve Piercy
environment". - Fixes #2483
2016-04-08Add pyramid_jinja2 example to i18n docs. Fixes #2437.Steve Piercy
2016-02-20fix links for babel and chameleonSteve Piercy
2016-01-14Rename Cookbook to Pyramid Community CookbookSteve Piercy
- use .rst intersphinx labels for pages instead of broken URLs
2015-10-20minor grammar, rewrap 79 columnsSteve Piercy
2015-10-01wrap to 79 charsSteve Piercy
2015-09-01- add pylonswebframework to intersphinx config, sort entries so they can be ↵Steve Piercy
found (meh! 79 char columns) - replace final pylonshq reference with RTD reference
2014-11-11fix grammarSteve Piercy
2014-08-14remove unnecessary use of `get_current_registry()`Tim Tisdall
- We have a request object, so get the current registry properly through it. - make use of the built-in `aslist` function for parsing the result
2014-07-16Updating to current msginit syntaxnick knouf
2014-07-15Update i18n.rstAlexey Torkhov
msgfmt produces 'messages.mo' file in current dir by default, it needs -o to specify destination. Also, added ref to adding a translation directory.
2014-07-14Update i18n.rstAlexey Torkhov
To set output file for pot-create -o flag should be used, not redirect.
2014-04-08Always mention the msg* commands come from GettextWichert Akkerman
2014-04-08Fix $VENT typoWichert Akkerman
2014-04-08Keep using easy_install.Wichert Akkerman
2014-04-08Update documentation for Lingua 2Wichert Akkerman
2013-12-10Use new pluralize calling convention recognised by Lingua 1.7Matthew Wilkes
2013-11-17Removed extra indentation from some examples (:linenos: should be indented ↵Antti Haapala
with the same indentation as the rest of the code block)
2013-08-29make local_name an attribute of Request, move logic from get_localizer into ↵Chris McDonough
Request.localizer, fix docs; closes #1099
2013-08-23Fix documentation on using gettext plurals and include examplesMatthew Wilkes
2013-08-09"dermine" to "determine"tisdall
2013-08-08"langauges" to "languages"tisdall
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-03-05fix broken linkTshepang Lekhonkhobe
2013-01-02eliminate other repeated wordsTshepang Lekhonkhobe
2011-12-09fix bare python mentionsChris McDonough
2011-10-24gardenMichael Merickel
2011-10-14fixed translationstring docs, default is not the first argumentMichael Merickel
2011-10-06remove stray references to PasteChris McDonough
2011-09-23fixed up all the warning dealing ..note and ..warnmichr
added a hide toc for glossary to prevent warnings
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris McDonough
and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter.
2011-07-30Updated all of the docs to reflect the new pyramid.* settings prefix.Michael Merickel
2011-07-20add more index markersChris McDonough
2011-06-05More small fixes made reading the rest of the docs and the tutorials.Christoph Zwerschke
2011-05-14use lingua in docs (thanks to wichert)Chris McDonough
2011-02-12Add make_localizer function & docs & testsChristopher Lambacher
2011-01-30fix too-long linesChris McDonough
2011-01-30remove direct reference to pyramid_cookbook; doesnt work in printed versionChris McDonough