1

Weblate usually works by you picking a language to translate, then it will provide you with strings to translate into that language. However, at the moment I am primarily interested in translating one specific file, since it's a file that I wrote myself and therefore I am likely one of the best people to translate it. Is there a way to pick a specific file to translate and then have Weblate only pull strings out of that particular file?

Aaron Franke
  • 3,268
  • 4
  • 31
  • 51

1 Answers1

0

In case you are already using Git (or other supported VCS), just define proper file mask on component creation.

You can also start by uploading files if you don't have a repository yet.

Michal Čihař
  • 9,799
  • 6
  • 49
  • 87