{ "id": "154652", "key": "TIMOB-20315", "fields": { "issuetype": { "id": "6", "description": "gh.issue.epic.desc", "name": "Epic", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-03-09T00:37:30.000+0000", "created": "2016-02-02T16:16:56.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-05-18T22:08:40.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "Add support for Localization for Windows Phone", "attachment": [], "flagged": false, "summary": "Windows: Support for Localization / i18n", "creator": { "name": "lbrenman", "key": "lbrenman", "displayName": "Leor Brenman", "active": true, "timeZone": "America/Havana" }, "subtasks": [], "reporter": { "name": "lbrenman", "key": "lbrenman", "displayName": "Leor Brenman", "active": true, "timeZone": "America/Havana" }, "environment": null, "closedSprints": [ { "id": 585, "state": "closed", "name": "2016 Sprint 5 SDK", "startDate": "2016-02-27T01:30:43.377Z", "endDate": "2016-03-12T01:30:00.000Z", "completeDate": "2016-03-14T11:50:17.995Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "375848", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "Seems we already support, just not documented:\r\nhttps://github.com/appcelerator/titanium_mobile_windows/search?q=i18n", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2016-02-03T09:05:24.000+0000", "updated": "2016-02-03T09:07:03.000+0000" }, { "id": "375880", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "Do you have any details on i18n support? We should probably write up what we have and identify what's missing...", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2016-02-03T15:08:42.000+0000", "updated": "2016-02-03T15:08:42.000+0000" }, { "id": "377948", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "We already implements Titanium i18n strings.xml with {{Ti.Locale}} like described [here|http://docs.appcelerator.com/platform/latest/#!/guide/Internationalization].\r\n\r\n{code:title=i18n/en/strings.xml}\r\n\r\n\r\n Welcome to Kitchen Sink for Titanium\r\n\r\n{code}\r\n\r\n{code:title=Resources/app.js}\r\nTi.Locale.getString('welcome_message');\r\n{code}\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-02-26T01:59:54.000+0000", "updated": "2016-02-26T01:59:54.000+0000" }, { "id": "377965", "author": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "body": "[~kota] Including the {{L()}} shorthand I assume?\r\n\r\nDo we also support localising app names?\r\nHow about localized date/currency/decimal/telephonenumber formatting?", "updateAuthor": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "created": "2016-02-26T07:01:05.000+0000", "updated": "2016-02-26T07:01:05.000+0000" }, { "id": "377967", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Good point. I'll reopen this ticket and see if it's implemented.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-02-26T07:16:32.000+0000", "updated": "2016-02-26T07:16:32.000+0000" }, { "id": "378112", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Changed this ticket to \"Epic\", because I think we'll need to break down this item into:\r\n\r\n- Support for localization of application name\r\n- Implement missing Ti.Locale properties\r\n- Implement missing Ti.Locale functions\r\n\r\netc.\r\n\r\nI'll create corresponding ticket for that.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-02-29T06:40:38.000+0000", "updated": "2016-02-29T06:40:57.000+0000" }, { "id": "386117", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, all issues within this Epic have been resolved and closed.\r\n\r\n*Closing Ticket.*", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-05-18T22:08:33.000+0000", "updated": "2016-05-18T22:08:33.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }