8000 [11.x] Adds the `addPath()` method to the `Lang` facade and the `Translator` class. by selcukcukur · Pull Request #54347 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

[11.x] Adds the addPath() method to the Lang facade and the Translator class. #54347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Lang.php
  • Loading branch information
selcukcukur authored Jan 24, 2025
commit 02f1adb7f432bc59b4305ef2498e8b1976d58de1
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @method static void load(string $namespace, string $group, string $locale)
* @method static \Illuminate\Translation\Translator handleMissingKeysUsing(callable|null $callback)
* @method static void addNamespace(string $namespace, string $hint)
* @method static void addPath(string $path)
* @method static void addJsonPath(string $path)
* @method static array parseKey(string $key)
* @method static void determineLocalesUsing(callable $callback)
Expand Down
0