I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. May 16, 2017
  2. Sep 01, 2013
  3. Aug 31, 2013
  4. Aug 15, 2013
  5. Jul 21, 2013
  6. Jul 13, 2013
    • str4d's avatar
      Split translation strings between multiple domains · f9c88aa7
      str4d authored
      This breaks translation processing; multi-domain support needs to be added to
      Flask-Babel. The changes made here put the "important" strings that are used
      most often into the priority domain, and split the content from different
      sub-urls into separate domains. Multi-domain support will be implemented such
      that translations for a specific request are pulled both from the domain which
      corresponds to the request url and the priority domain.
      
      This does mean that there may be duplication of translation strings between
      domains, but that is unavoidable (and the translators prefer working with
      smaller resource files).
      f9c88aa7
    • str4d's avatar
      ad21b2ae
  7. Jun 06, 2013
    • str4d's avatar
      Copy env's pybabel into base dir to fix string extraction · f42c071d
      str4d authored
      The jinja2 extracter needs to know about our custom HighlightExtension (used on
      pages such as get-involved/develop/applications), which is not in the env's
      python path. Copying pybabel into the base dir gives it access to our modules.
      This is only required for string extraction; other scripts use pybabel from the
      env directly.
      
      If the env's pybabel version is updated, this copy must also be updated.
      f42c071d
  8. Jan 30, 2013
  9. Jan 18, 2013
Loading