Jump to content

Lang CSV file: Difference between revisions

From Battle Cats Game Modding Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
[[Category:CSV files]]
[[Category:CSV files]]
[[Category:Lang 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 the Japanese region, but in the English, Koran and Taiwanese regions 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.

Latest revision as of 11:56, 7 September 2025

These files are CSV files for the Japanese region, but in the English, Koran and Taiwanese regions the delimiter is a pipe (|) rather than a comma (,). They have the extension .csv.