Skip to content
Snippets Groups Projects
Select Git revision
0 results

i18n-populate-contextualized-strings.sh

Blame
    • Kasper Seweryn's avatar
      89f3b8de
      Cleanup a lot of stuff · 89f3b8de
      Kasper Seweryn authored and Kasper Seweryn's avatar Kasper Seweryn 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
      89f3b8de
      History
      Cleanup a lot of stuff
      Kasper Seweryn authored and Kasper Seweryn's avatar Kasper Seweryn 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