summaryrefslogtreecommitdiff
path: root/docs/narr/i18n.rst
AgeCommit message (Collapse)Author
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
2011-01-27module name contractionsChris McDonough
2011-01-21point at Pyramid Cookbook explicitlyChris McDonough
2011-01-21depend on intersphinx to point at Mako i18n recipeChris McDonough
2011-01-21- Add (minimal) documentation about using I18N within Mako templates toChris McDonough
"Internationalization and Localization" narrative chapter.
2011-01-18Merge https://github.com/Pylons/pyramidCasey Duncan
2011-01-18- Most references to ZCML in narrative chapters have been removed orChris McDonough
redirected to ``pyramid_zcml`` locations.
2011-01-15clarify by promoting long parenthetical to its own sentenceCasey Duncan
2010-12-27remove inappropriate use of begin/endChris McDonough
2010-12-09fix docs: pyramid.configuration -> pyramid.configChris McDonough
2010-11-28Normalized narrative doc, code with linenos while text+bash don'tBlaise Laflamme
2010-11-28Narrative doc cleanupBlaise Laflamme
2010-11-16- The ``pyramid.settings.get_settings`` API is now deprecated. UseChris McDonough
``pyramid.threadlocals.get_registry().settings`` instead or use the ``settings`` attribute of the registry available from the request (``request.registry.settings``).
2010-11-09- All references to Pyramid-the-application were changed from :mod:`pyramid`Chris McDonough
to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal)
2010-11-04move i18n ZCML topics to declarative chapterChris McDonough