Once you created a project, you can add content for translation. Вашим разработчикам необходимо извлечь файлы для перевода из исходного кода продукта. Crowdin поддерживает большое количество Форматов файлов.
Если вы не ответственны за подготовку переводимых файлов, вы можете пригласить разработчика в качестве руководителя проекта.
Вы также можете использовать примеры файлов Crowdin для проверки рабочих процессов перевода перед началом вашего проекта.
Along with the web interface, you can use API, console client (CLI) or other integrations to automate file sync with Crowdin.
Для загрузки файлов:
Some file formats, such as XML, CSV, and XLSX might require additional configuration.
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.
Once you add source content to Crowdin, you can upload translations.