Jump to content

Lang CSV file: Difference between revisions

From Battle Cats Game Modding Wiki
Created page with "Category:CSV files These files are csv files for every region except for en, in which the delimiter is a pipe (<code>|</code>) rather than a comma (<code>,</code>). They have the extension <code>.csv</code>. It is likely done this way since commas appear often in English text."
 
No edit summary
Line 1: Line 1:
[[Category:CSV files]]
[[Category:CSV files]]
[[Category:Lang CSV files]]
These files are csv files for every region except for en, in which the delimiter is a pipe (<code>|</code>) rather than a comma (<code>,</code>). They have the extension <code>.csv</code>.
These files are csv files for every region except for en, in which the delimiter is a pipe (<code>|</code>) rather than a comma (<code>,</code>). They have the extension <code>.csv</code>.


It is likely done this way since commas appear often in English text.
It is likely done this way since commas appear often in English text.

Revision as of 08:26, 6 September 2025

These files are csv files for every region except for en, in which the delimiter is a pipe (|) rather than a comma (,). They have the extension .csv.

It is likely done this way since commas appear often in English text.