Skip to content
Snippets Groups Projects
Select Git revision
  • fix-index.html-encoding
  • develop default protected
  • document-loglevel
  • master
  • 1.0.1
  • 1121-download
  • plugins-v3
  • 876-http-signature
  • plugins-v2
  • plugins
  • 1.0.1
  • 1.0
  • 1.0-rc1
  • 0.21.2
  • 0.21.1
  • 0.21
  • 0.21-rc2
  • 0.21-rc1
  • 0.20.1
  • 0.20.0
  • 0.20.0-rc1
  • 0.19.1
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
  • 0.18.3
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.17
30 results

i18n-populate-contextualized-strings.sh

Blame
  • Forked from funkwhale / funkwhale
    Source project has a limited visibility.
    • Kasper Seweryn's avatar
      2b40707f
      Cleanup a lot of stuff · 2b40707f
      Kasper Seweryn authored and Georg Krause's avatar Georg Krause committed
      I've replaced `lodash` with `lodash-es`, so it can be tree-shaken
      
      `~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff
      
      `~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file
      2b40707f
      History
      Cleanup a lot of stuff
      Kasper Seweryn authored and Georg Krause's avatar Georg Krause committed
      I've replaced `lodash` with `lodash-es`, so it can be tree-shaken
      
      `~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff
      
      `~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file