mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-25 07:47:55 +01:00
8 lines
178 B
PHP
8 lines
178 B
PHP
@php
|
|
/** @var string $translations */
|
|
$translations = cache('translations_' . app()->getLocale());
|
|
@endphp
|
|
<script>
|
|
window.translations = @js($translations);
|
|
</script>
|