def sync_localization_with_poeditor()
  Dir.chdir(root_project_directory_path()) do
    sh 'yarn sync:translations'
  end
end
