Problems updating translation

Hi there!

I’m new here and I’m traying to help with the documentation’s spanish translation. I followed all the documentation steps in ‘Contribute Documentation’ chapter but there’s something that I must doing wrong.

I modified and added translations in ‘blender_manual.po’ file. I saved it and when I tried to execute the ‘svn diff > filename.diff’ command it generates an empty file. If I tried tu execute the ‘make update_po’ command, it appears the following error:

G:\blender_docs>make update_po
Updating ‘locale\es’:
At revision 7202.
Traceback (most recent call last):

  • File “G:\blender_docs\tools_maintenance\update_po.py”, line 270, in *
  • main()*
  • File “G:\blender_docs\tools_maintenance\update_po.py”, line 168, in main*
  • subprocess.check_call([*
  • File “C:\Users\isra_\AppData\Local\Programs\Python\Python39\lib\subprocess.py”, line 368, in check_call*
  • retcode = call(*popenargs, *kwargs)
  • File “C:\Users\isra_\AppData\Local\Programs\Python\Python39\lib\subprocess.py”, line 349, in call*
  • with Popen(*popenargs, *kwargs) as p:
  • File “C:\Users\isra_\AppData\Local\Programs\Python\Python39\lib\subprocess.py”, line 951, in init*
  • self._execute_child(args, executable, preexec_fn, close_fds,*
  • File “C:\Users\isra_\AppData\Local\Programs\Python\Python39\lib\subprocess.py”, line 1420, in _execute_child*
  • hp, ht, pid, tid = _winapi.CreateProcess(executable, args,*
    FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado

Can someone help me to help blender community please?

Hi again!

I solved the problem and I’m ready to contributing now.