Skip to content

App for convertion localization files .strings to .csv and .csv to .strings

Notifications You must be signed in to change notification settings

CybercomPoland/csv2strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

strings file format to csv file format

strings file structure:

"text.identifier" = "Here goes text you want to show"; //and here is comment - use double slash

//comments can be only "value" in line, and yes quotation marks are allowed

WARNING:

/*this type of comment is not supported - remove it from converted file*/

csv file format to strings file format

csv file struceture:

identiferCell,textCell,commentCell

identiferCell,"textCell, with comma",commentCell

identiferCell,"textCell with ""quotation""",commentCell

identiferCell,"textCell with , comma and ""quotation""",commentCell

,,only comment cell

,,"only comment cell with ""quotation"""

,,"only comment cell with , comma"

,,"only comment cell with , comma and ""quotation"""

About

App for convertion localization files .strings to .csv and .csv to .strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages