Skip to content

Commit 8b3f5a4

Browse files
[source]: Added the ability to exclude values from translations
1 parent 673d03b commit 8b3f5a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"laravel-lang/publisher": "^14.0"
2525
},
2626
"require-dev": {
27-
"laravel-lang/status-generator": "^1.13",
27+
"laravel-lang/status-generator": "^1.15",
2828
"phpunit/phpunit": "^9.6",
2929
"symfony/var-dumper": "^6.0"
3030
},

locales/fil/_not_translatable.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
"Update :resource: :title"
3+
]

0 commit comments

Comments
 (0)