Supported File Types

Supported File Types
Eclypse supports the following file types when migrating your data. File Type IDE Localizable (.strings, .stringsdict) XCode JSON (.json) Any comma ...
Sun, Mar 26, 2023 at 10:37 PM
Localizable.strings
You can import your Localizable.strings file from your iOS/macOS project directly into eclypse. Sample strings file is shown below: /* Localizable.strin...
Wed, Nov 10, 2021 at 3:48 PM
Localizable.stringsdict
Sample stringsdict file is shown below: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLI...
Wed, Nov 10, 2021 at 1:29 PM
Strings.xml
You can import your strings.xml file from your Android project directly into eclypse. Sample strings.xml file is shown below. <?xml version="1.0&q...
Wed, Nov 10, 2021 at 1:55 PM
JSON
Certain JSON files can be imported via eclypse's import functionality. This article details how your JSON file needs to be structured for eclypse to rec...
Thu, Nov 11, 2021 at 4:20 PM
Xliff (Unity)
Certain XLIFF files can be imported via eclypse's import functionality. This article details how your file needs to be structured for eclypse to recogni...
Sat, Jun 25, 2022 at 9:38 PM
Resources File (.resw/.resx)
Eclypse supports Visual Studio's resources file (.resw). In order to get started,  1. Drag and drop a resources file (.resw/.resx) or browse files to l...
Sat, Jun 25, 2022 at 10:32 PM
PO file (.po, .pot)
PO (portable object) file format is popularized by GNU gettext software and is natively supported by various developer tools including Unreal Engine and ecl...
Sun, Mar 26, 2023 at 10:34 PM