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, 26 Mar, 2023 at 11: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, 10 Nov, 2021 at 4:48 PM
Localizable.stringsdict
Sample stringsdict file is shown below: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLI...
Wed, 10 Nov, 2021 at 2: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, 10 Nov, 2021 at 2: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 re...
Thu, 11 Nov, 2021 at 5: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 recogn...
Sat, 25 Jun, 2022 at 10: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 ...
Sat, 25 Jun, 2022 at 11: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, 26 Mar, 2023 at 11:34 PM