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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:CSV files]]
[[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>.
[[Category:Lang CSV files]]
 
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.