Refactor SMS and Coupon resources to utilize localization for labels and messages, enhancing internationalization support. Update .env.example to change APP_LOCALE to 'tk'.
This commit is contained in:
@@ -64,9 +64,9 @@ class SmsMessageAnalyzerTest extends TestCase
|
||||
public static function summaryProvider(): array
|
||||
{
|
||||
return [
|
||||
'empty' => ['', '0 characters'],
|
||||
'gsm' => ['Hello', '5 characters · 1 SMS'],
|
||||
'unicode' => ['你好', '2 characters · 1 SMS'],
|
||||
'empty' => ['', '0 harp'],
|
||||
'gsm' => ['Hello', '5 harp · 1 SMS'],
|
||||
'unicode' => ['你好', '2 harp · 1 SMS'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user