mirror of https://github.com/pixelfed/pixelfed
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 translationDirectoriespull/7053/head
parent
f09e882a34
commit
9db2218ca6
@ -1,4 +1,4 @@
|
||||
commit_message: '[ci skip]'
|
||||
files:
|
||||
- source: /resources/lang/en/web.php
|
||||
translation: /resources/lang/%two_letters_code%/web.php
|
||||
- source: /lang/en/web.php
|
||||
translation: /lang/%two_letters_code%/web.php
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue