Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

This method is preferred for regular updates.
Ffor For first time you should made make a commit including the translation.pro and gcs_de.ts file.

...

Column
width600px
Code Block
languagebash
themeEmacs
git status
On branch LP-XXX_DE_translations
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   ground/gcs/src/share/translations/gcs_de.ts
    modified:   ground/gcs/src/share/translations/gcs_fr.ts
    modified:   ground/gcs/src/share/translations/gcs_zh_CN.ts
    modified:   ground/gcs/src/share/translations/translations.pro

Untracked files:
  (use "git add <file>..." to include in what will be committed)

no changes added to commit (use "git add" and/or "git commit -a")

And made make a commit with the two needed files:

...

Take a look at Git Workflow for how to made a JIRA and tag branch and commit with the LP-XXX tag and finally made make a pull request

...


Whatever the method you choose to push the work, don't be afraid and ask for help in forum.

...