Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: No French translation #1155

Closed
32 tasks done
clexanis opened this issue Aug 31, 2021 · 8 comments
Closed
32 tasks done

WIP: No French translation #1155

clexanis opened this issue Aug 31, 2021 · 8 comments
Labels
Status: Added in Next Build Added in the next Sandboxie version Type: Localization Localization/translation issues

Comments

@clexanis
Copy link
Contributor

clexanis commented Aug 31, 2021

Is your feature request related to a problem? Please describe.
Sandboxie-Plus has no French translation.

Describe the solution you'd like
I'm currently translating Sandboxie-Plus into French.

Describe alternatives you've considered
As I have started a translation, I am opening this ticket to inform potential other users that a translation is in progress, and to avoid having duplicate tasks.

Additional context
The translation in progress can be found here: clexanis/Sandboxie:translation_fr
I will open a merger application when it is close to completion.


Current progress

  • Add reference to the translation
  • Test the actual translation.

Items to translate:

  • CMultiErrorDialog
  • CNewBoxWindow
  • COptionsWindow
  • CPopUpMessage
  • CPopUpProgress
  • CPopUpPrompt
  • CPopUpRecovery
  • CPopUpWindow
  • CRecoveryWindow
  • CSandBoxPlus
  • CSandMan
  • CSbieModel
  • CSbieProcess
  • CSbieView
  • CSelectBoxWindow
  • CSettingsWindow
  • CSnapshotsWindow
  • CTraceModel
  • CTraceView
  • NewBoxWindow
  • OptionsWindow
  • PopUpWindow
  • QObject
  • QPlatformTheme
  • RecoveryWindow
  • SelectBoxWindow
  • SettingsWindow
  • SnapshotsWindow
  • Sandboxie-Plus Installer (Languages.iss)
  • Sandboxie-Plus Installer script (Sandboxie-Plus.iss)
@isaak654 isaak654 added the Status: Work in Progress Still in progress label Aug 31, 2021
@isaak654
Copy link
Collaborator

In case you want to translate Plus installer, see here.

If you need additional tips, see #1123 (comment).

@clexanis
Copy link
Contributor Author

clexanis commented Sep 1, 2021

In case you want to translate Plus installer, see here.

If you need additional tips, see #1123 (comment).

I added the installer to the to-do list.
And, thanks for the tips.

@isaak654
Copy link
Collaborator

isaak654 commented Sep 7, 2021

I just wanted to inform you that new strings related to the Plus installer are available in this pull request and they are ready to be translated.

EDIT: I've just merged the new english strings into master branch.

@clexanis
Copy link
Contributor Author

clexanis commented Sep 8, 2021

I just wanted to inform you that new strings related to the Plus installer are available in this pull request and they are ready to be translated.

EDIT: I've just merged the new english strings into master branch.

Okay, i merged it with my changes, and i will look at it later.

@isaak654
Copy link
Collaborator

For the record, a new potential contributor just showed an interest to help with the French translation in this discussion.

@Asviix

@clexanis clexanis changed the title No French translation WIP: No French translation Oct 15, 2021
@clexanis
Copy link
Contributor Author

For the record, a new potential contributor just showed an interest to help with the French translation in this discussion.

@Asviix

As Github does not allow to send private messages, if necessary @Asviix can contact me by email at my absolutely unguessable gmail address (which is absolutely not my nickname @gmail.com).

On another aspect, I really should take the time to finish this translation rather than putting it off until tomorrow ( ͡° ͜ʖ ͡°).

@isaak654
Copy link
Collaborator

A recent update added a new location to insert the french language:

// Language values for Sandboxie-Plus.ini.
case Lowercase(Language) of
'english': Result := 'en';
'chinesesimplified': Result := 'zh-CN';
'chinesetraditional': Result := 'zh-TW';
'dutch': Result := 'nl';
'german': Result := 'de';
'italian': Result := 'it';
'polish': Result := 'pl';
'portuguese': Result := 'pt';
'russian': Result := 'ru';
'spanish': Result := 'es';
'turkish': Result := 'tr';
end;
end;

@clexanis clexanis mentioned this issue Oct 15, 2021
1 task
@clexanis
Copy link
Contributor Author

As I have basically finished the translation, I have opened a pull request (#1282) and I am closing this ticket.

A recent update added a new location to insert the french language:

// Language values for Sandboxie-Plus.ini.
case Lowercase(Language) of
'english': Result := 'en';
'chinesesimplified': Result := 'zh-CN';
'chinesetraditional': Result := 'zh-TW';
'dutch': Result := 'nl';
'german': Result := 'de';
'italian': Result := 'it';
'polish': Result := 'pl';
'portuguese': Result := 'pt';
'russian': Result := 'ru';
'spanish': Result := 'es';
'turkish': Result := 'tr';
end;
end;

I'll look at it later (probably tomorrow), and I'll include it in the request.

@isaak654 isaak654 added Status: Added in Next Build Added in the next Sandboxie version and removed Status: Work in Progress Still in progress labels Oct 16, 2021
@isaak654 isaak654 added the Type: Localization Localization/translation issues label Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Added in Next Build Added in the next Sandboxie version Type: Localization Localization/translation issues
Projects
None yet
Development

No branches or pull requests

2 participants