EXPWorlds / Godot-Dialog-System

A Dialog System Addon for the Godot Engine.
MIT License
124 stars 8 forks source link

CSV import error #9

Open TheConstructAi opened 1 year ago

TheConstructAi commented 1 year ago

Hi,

I'm experiencing this issue when loading an exported csv of a story? Does someone know what could be the problem?

Error importing CSV translation: 'NID' is not a valid locale. editor/editor_file_system.cpp:1801 - Error importing 'res://Tutorial_Dialogs/CSV/eng.csv'. Switch Scene Tab Error importing CSV translation: 'NID' is not a valid locale. editor/editor_file_system.cpp:1801 - Error importing 'res://Tutorial_Dialogs/CSV/eng.csv'. Error importing CSV translation: 'NID' is not a valid locale. editor/editor_file_system.cpp:1801 - Error importing 'res://Tutorial_Dialogs/CSV/eng.csv'. res://addons/EXP-System-Dialog/Story Editor/story_editor.gd:168 - Invalid get index '1' (on base: 'PoolStringArray')

I'm using Godot 3.2.3 in Linux Ubuntu 20

Thanks