This module creates _locales for Google Chrome's extensions and apps from a CSV file.
CSV parser and writer
fast-csv formatting module
CSV parsing implementing the Node.js `stream.Transform` API
fast-csv parsing package
CSV stringifier implementing the Node.js `stream.Transform` API
Intl.LocaleMatcher ponyfill
Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite
A mature CSV toolset with simple api, full of options and tested against large datasets.
CSV and object generation implementing the Node.js `stream.Readable` API
A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
Strip unused locales from Moment.js
JavaScript library for working with Date and Time in different calendars and locals
Convenient parsing for Fetch.
TypeScript definitions for react-csv
Convert objects/arrays into a CSV string or write them into a CSV file
Object transformations implementing the Node.js `stream.Transform` API
A parser & formatter for ICU DateFormat skeleton strings
List of locales for i18n
Easily create CSV data from json collection
A tool concentrating on converting csv data to JSON with customised parser supporting
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Locales for SVAR Gantt component
This set of commands converts a CSV file to the following formats: - .strings (iOS) - .xml (Android) - .json - .php
Used for exporting locale yaml files to CSV format. CSV files are then being imported into Excel, edited by translators, then imported back to yaml.
This set of commands converts a CSV file to the following formats: - .strings (iOS) - .xml (Android) - .json - .php
This set of commands converts a CSV file to the following formats: - .strings (iOS) - .xml (Android) - .json - .php
Convert CSV to localization strings, for both ANDROID and iOS
This is a command line utility that takes a local CSV file, creates a new Google Sheet spreadsheet, and then povides a web link to the newly created Google Sheet spreadsheet.
Ever needed to add a new locale to an existing (Rails) project with dozens of .yml files? Too afraid to give all files to the customer or translation service and hope they do not mess up the YAML format? This gem allows you to export all i18n keys and values to one CSV file. With this the values can be easily translated and later reimported into your project. The new translations are saved in a filename similar to the original one (only the locale is replaced).
A sinatra based app for rendering CSVs hosted on google docs or locally in custom HTML
Open local or remote XLSX, XLS, ODS, CSV (comma separated), TSV (tab separated), other delimited, fixed-width files, and Google Docs. Returns an enumerator of Arrays or Hashes, depending on whether there are headers.
AdLocalize produces localization files from platform agnostic wording. Supported wording format : CSV. Supported export format: iOS, Android, JSON and YAML
Applocale is a localization tool, It can convert file between string and xlsx ,csv, also support download xlsx or csv from google. You can also setup conversion logic for string value of each project. Support ios, android and json format.
Switch helps you add multiple languages to your site by leveraging the power of google spreadsheets. It is a commandline tool providing you with an easy way to automate the process and avoid common mistakes. The most common use case of switch is for switching between a locale representation in JSON/YAML to a CSV (spreadsheet) based one and vice-versa. # Install ``` gem install switch-cli ``` # Usage ``` switch json2csv [input-dir] [output-file] ``` Converts multiple json files to be a single csv file with columns for each file, with the file name as the column header. If you do not specify an input-dir it will be taken as ./locales and output-file would be the direcotry name + .csv. ``` switch csv2json [input-file] [output-dir] ``` Converts a single csv file into multiple json files, with a file for each column using the key and order columns to construct the files.