Commit Graph

1162 Commits (dev)

Author SHA1 Message Date
Shlee f0df8fb8c2 New translations auth.php (Spanish)
[ci skip]
[ci skip]
1 week ago
Shlee b77d92545f New translations auth.php (French)
[ci skip]
[ci skip]
1 week ago
Shlee 279b87bc02 New translations auth.php (Romanian)
[ci skip]
[ci skip]
1 week ago
Your Name 07f7631b87 polish 1 week ago
Your Name 2eaf0eaf34 Revert "Remove dead notification.php and timeline.php lang files"
This reverts commit 0f10ec0a47.
1 week ago
Your Name 0f10ec0a47 Remove dead notification.php and timeline.php lang files
These files are superseded by the notifications and timeline sections
inside web.php (used by the frontend). No code references the standalone
notification.* or timeline.* namespaces in app/, resources/, routes/, or
any compiled JS bundle.

- notification.php: removed from 29 locales
- timeline.php: removed from 27 locales

Framework files (validation.php, passwords.php, pagination.php) are left
untouched as Laravel resolves them by convention.
1 week ago
Your Name 9002d6ea24 Automate Crowdin sync via GitHub Action
- Add Crowdin GitHub Action workflow (upload sources, download translations, open PR)
- Sync all lang/en/*.php source files instead of only web.php
- Map zh-CN/zh-TW to existing zh-cn/zh-tw folders
- Remove dead lang/zh (legacy) and lang/me (stale English) locales
1 week ago
Arnaud 6537787c4e More translatable strings : landing, privacy policy, terms 1 week ago
Arnaud ac790b1d8a Fix last untranslated strings on the login + explore pages 1 week ago
Arnaud 443962c92b Make the landing page translatable 1 week ago
Your Name 24fd8c5cbb polish 3 weeks ago
Your Name 9db2218ca6 chore: move resources/lang to top-level lang/ per Laravel 9+ convention
- Relocate translation files from resources/lang to lang/ via git mv
- Update PHP references to use the lang_path() helper
- Update crowdin.yml source/translation paths
- Update phpstan.neon translationDirectories
3 weeks ago