Feature #3350
Update the language table for new basque and turkish languages
Complexity:
Easy
SCRUM pts - complexity:
3
Description
The name of the language directories for turkish and basque has changed (from turkce and euskera) in the translation system. Reflect that change with an update of the language table in the migration from 1.8.8 to 1.8.9
Associated revisions
Adding basque and turkish and deleting euskera and tukce see #3350 (DB changes)
History
Updated by Yannick Warnier over 8 years ago
- Status changed from New to Assigned
- Assignee set to Julio Montoya
- Priority changed from Low to High
Julio, esto te debería tomar algo de 15 minutos en total:
- renombrar:
- main/lang/tukce as main/lang/turkish
- main/lang/euskera as main/lang/basque
- modificar la base de datos (existente y por instalar) en la tabla "language" para que diga turkish y basque en "directory".
Y así cerramos este asunto. Como es un cambio de base de datos, prefierro que lo hagas tu.
Updated by Julio Montoya over 8 years ago
I leave the original name like this?
INSERT INTO language (original_name, english_name, isocode, dokeos_folder, available) VALUES ('Türkçe','turkish','tr','turkish',0), ('Euskara','basque','eu','basque',0),
Or i have to change the 'Türkçe' and Euskara ?
Updated by Julio Montoya over 8 years ago
Julio Montoya wrote:
I leave the original name like this?
[...]
Or i have to change the 'Türkçe' and Euskara ?
I will leave it like that
Updated by Julio Montoya over 8 years ago
- Status changed from Assigned to Needs more info
- Assignee deleted (
Julio Montoya) - % Done changed from 0 to 80
Updated by Yannick Warnier over 8 years ago
- Status changed from Needs more info to Feature implemented
- Assignee set to Julio Montoya
- % Done changed from 80 to 100
Great. Thanks.
Adding basque and turkish and deleting euskera and tukce see #3350