cgermanb Posted October 7 Share Posted October 7 Good afternoon, dear friends, first... please excuse my English, it's not good. I have this beautiful error after updating Unknown locale code: es-AR [PrestaShop\PrestaShop\Core\Localization\Exception\LocalizationException 0] I'll leave you what I see in the DB, if you need anything to help me, please let me know mysql> SELECT * FROM ps_currency_lang; +-------------+---------+-----------------------+--------+---------+ | id_currency | id_lang | name | symbol | pattern | +-------------+---------+-----------------------+--------+---------+ | 1 | 3 | Euro | € | NULL | | 1 | 5 | Peso Argentino | ARS | NULL | | 2 | 3 | US Dollar | $ | NULL | | 3 | 3 | peso argentino | $ | NULL | | 3 | 5 | peso argentino | ARS | NULL | | 7 | 3 | dólar estadounidense | $ | NULL | | 7 | 5 | Dólar estadounidense | $ | NULL | +-------------+---------+-----------------------+--------+---------+ 7 rows in set (0.00 sec) mysql> SELECT * FROM ps_lang; +---------+----------------------+--------+----------+---------------+--------+------------------+------------------+--------+ | id_lang | name | active | iso_code | language_code | locale | date_format_lite | date_format_full | is_rtl | +---------+----------------------+--------+----------+---------------+--------+------------------+------------------+--------+ | 3 | Español (Spanish) | 0 | es | es-es | es-ES | d/m/Y | d/m/Y H:i:s | 0 | | 5 | Español (Argentina) | 1 | es | es | es-AR | | | 0 | +---------+----------------------+--------+----------+---------------+--------+------------------+------------------+--------+ 2 rows in set (0.00 sec) Link to comment Share on other sites More sharing options...
musicmaster Posted October 31 Share Posted October 31 I don't know whether it still is a problem. But in the past I have seen problems with two versions of the same language, as you have with es-ES and es-AR. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now