Wrong austria lang code

Laraship QuestionsCategory: TechnicalWrong austria lang code
Frank Nolden asked 5 years ago

Hi @all

You use a wrong austria lang code.

File: Corals/core/Foundation/config/language.php

from: ['short' => 'de', 'long' => 'de-AT', 'english' => 'Austrian', 'native' => 'Österreichisches Deutsch'],

to: ['short' => 'at', 'long' => 'de-AT', 'english' => 'Austrian', 'native' => 'Österreichisches Deutsch'],

Without this changes, it is unpossible to use german language.

1 Answers
laraship Staff answered 5 years ago

Hello,

Thanks for reporting the issue, we have receieved this list from laravel localization, and we will report it for them