Method AddLocaleMappings
AddLocaleMappings(IList<CsvColumns>, bool)
Adds a LocaleColumns for any that are missing, using the project locales as the source.
Declaration
public static void AddLocaleMappings(IList<CsvColumns> cells, bool includeComments = true)
Parameters
Type | Name | Description |
---|---|---|
IList<CsvColumns> | cells | The current list of CsvColumns. |
bool | includeComments | Should the new LocaleColumns include comments extracted from metadata? |