Uploading Source Files (File-based)

Once you’ve created a project, the next step would be preparing source files for upload. Crowdin Enterprise supports a wide range of file formats, including Android XML, iOS Strings, XML, JSON, etc. Additionally, you can add support for more formats by installing respective apps on the Crowdin Store.

Usually, this task is accomplished by developers. You can invite your colleague developer as a project manager to assist you with this step.

When you have your files prepared, you can add them to your Crowdin Enterprise project for translation.

Crowdin Enterprise offers a few options for adding content to a project:

  • Manually via the web interface (UI)
  • Integrate your Crowdin Enterprise project with the tools you already use. Explore available integrations on the Crowdin Store
  • Use API or console client (CLI).

You can also use Crowdin sample files to test the translation workflows before starting your project with the actual source files.

Завантаження файлів

To upload files via the web interface, follow these steps:

  1. Open your project and go to Sources > Files.
  2. Перетягніть файли зі свого комп’ютера або натисніть Завантажити файли. You can upload ZIP archives if you want a set of folders and files to be added.

Upload Files

XML, CSV і XLSX файли

Some file formats, such as XML, CSV, XLSX, and others, might require additional configuration.

Note: The XLSX/XLS file size is limited to 1 000 000 cells. The file containing up to 330 000 cells will be processed with original formatting styles. The file containing from 330 000 to 1 000 000 cells will be processed with cleared formatting styles.

HTML-файли з відносними URL адресами

To display images and styles in the HTML file used outside of the website, where it belongs, add the <base> tag to specify the base URL/target for all relative URLs in a document.

<html>
<head>
  <base href="https://www.w3schools.com/images/">
</head>
<body>

<p><img src="stickman.gif" width="24" height="39" alt="Stickman">Please note that we only specified a relative address for the image. Since we specified a base URL in the head section, the browser will look for the image at "https://www.w3schools.com/images/stickman.gif".</p>

</body>
</html>

Once you add the <base> tag, translators will see images in the HTML files when translating in the Editor.

HTML file with a base tag dislayed in the Editor

Завантаження перекладів

After you add source content to Crowdin Enterprise, you can upload existing translations.

Дивись також

Ця стаття була корисною?