localizable-sheet-script icon indicating copy to clipboard operation
localizable-sheet-script copied to clipboard

A Google Sheets script that will take a sheet in a specific format and return iOS and Android localization files.

Results 8 localizable-sheet-script issues
Sort by recently updated
recently updated
newest added

The script does not work anymore due to UiApp deprecation: `UiApp has been deprecated. Please use HtmlService instead` Are you going to update the source code?

https://github.com/cobeisfresh/localizable-sheet-script/issues/7

I found a problem when I changed HEADER_ROW_POSITION The reason may be at line 278 ` var headersRange = sheet.getRange(1, FIRST_COLUMN_POSITION, HEADER_ROW_POSITION, sheet.getMaxColumns()); ` It should be ` var headersRange...

![Screen Shot 2019-09-23 at 16 08 25](https://user-images.githubusercontent.com/6350992/65431762-a7624380-de22-11e9-94a0-280accc34252.png)

Add Web Translation support Add Sample.csv file Fix: UiApp has been deprecated

Added support for Web translation. Export "Web" will create Json format which can be used on server side.

I can define **string**, **string-array**, but can not define **plurals** Pls help me