easy_localization_generator
easy_localization_generator copied to clipboard
Error when use \n
Hi, thanks for this package! I have a problem when I use \n in the google spreadsheet, when I run build_runner and download the csv file, the texts with \n skip the line and break the csv structure, I need to adjust these lines manually, do you have a way to skip the line without manually changing and adding \n?
i test it and parse success. can you show your sheet?
main.bottombar.home,home\n\n\n\n\n222,首页,首頁
use .replaceAll('\n', '\n')