mirror of
https://github.com/grocy/grocy.git
synced 2025-08-13 01:06:23 +00:00
Finished migration to use gettext (this now closes #161)
This commit is contained in:
@@ -32,7 +32,7 @@ class SystemApiController extends BaseApiController
|
||||
{
|
||||
$requestBody = $request->getParsedBody();
|
||||
|
||||
$this->LocalizationService->LogMissingLocalization(GROCY_CULTURE, $requestBody['text']);
|
||||
$this->LocalizationService->CheckAndAddMissingTranslationToPot($requestBody['text']);
|
||||
return $this->EmptyApiResponse($response);
|
||||
}
|
||||
catch (\Exception $ex)
|
||||
|
Reference in New Issue
Block a user