mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-22 05:07:08 +00:00
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
23 lines
258 B
Plaintext
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
|