Files
readeck/.gitignore
Olivier Meunier 887d0028d1 Moved locales to BCP47 codes
This is a big change, as it renames locale and documentation folders.

- renamed translation folders following BCP47 codes
- improved display of available translations
  Each translation is now displayed in its own language and in the
  current user's language.
- the default language is now "en" instead of "en-US"
- renamed folders in docs/src and docs/translations
- don't copy images from docs/src when they don't contain an index.md
  file
- added a user.Lang() method that returns a code that is guaranteed to
  be available in the locale list
2025-12-16 15:22:05 +01:00

23 lines
258 B
Plaintext

/.makerc
/config.toml
/data
/data-*
/dist
/ftr-site-config
/.vscode
/assets/www/*
!/assets/www/.keep
/docs/assets/*
!/docs/assets/.keep
/docs/src/.obsidian
/docs/src/*/*.md
!/docs/src/en/*
/locales/translations/*/messages.mo
/web/dist
/web/node_modules