-
-
Notifications
You must be signed in to change notification settings - Fork 30
Make Commit localizable #16
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
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1 @@ | ||
| trailingComma: all | ||
| xmlWhitespaceSensitivity: "ignore" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,8 @@ | ||
| data/re.sonny.Commit.desktop | ||
| data/re.sonny.Commit.appdata.xml | ||
| data/re.sonny.Commit.gschema.xml | ||
| src/about.js | ||
| src/window.ui | ||
| src/preferences.ui | ||
| src/welcome.js | ||
| src/welcome.ui |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| i18n.gettext('Commit', preset: 'glib') | ||
| i18n.gettext('re.sonny.Commit', preset: 'glib') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,200 @@ | ||
| # SOME DESCRIPTIVE TITLE. | ||
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
| # This file is distributed under the same license as the PACKAGE package. | ||
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
| # | ||
| #, fuzzy | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: re.sonny.Commit\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2021-08-11 13:02+0200\n" | ||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||
| "Language: \n" | ||
| "MIME-Version: 1.0\n" | ||
| "Content-Type: text/plain; charset=UTF-8\n" | ||
| "Content-Transfer-Encoding: 8bit\n" | ||
|
|
||
| #. TRANSLATORS: Don't translate | ||
| #: data/re.sonny.Commit.desktop:4 | ||
| msgid "Commit" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.desktop:5 data/re.sonny.Commit.appdata.xml:10 | ||
| #: src/about.js:9 | ||
| msgid "Commit message editor" | ||
| msgstr "" | ||
|
|
||
| #. TRANSLATORS: Don't translate | ||
| #: data/re.sonny.Commit.desktop:13 | ||
| msgid "git;mercurial;hg;scm;" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:12 | ||
| msgid "Commit is an editor that helps you write better Git and Mercurial commit messages." | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:16 | ||
| msgid "After installing make sure to launch the application and follow the instructions." | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:20 | ||
| msgid "Features:" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:22 | ||
| msgid "Highlights overflow of title when it exceeds 50 characters (customizable)" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:26 | ||
| msgid "Inserts blank line between title and description" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:27 | ||
| msgid "Spell checking" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:28 | ||
| msgid "Comments are readonly and excluded from \"Select All\"" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:29 | ||
| msgid "Displays project folder and branch in window header" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:30 | ||
| msgid "Dark theme support: the overflow highlight is adjusted according to your theme" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:34 | ||
| msgid "Supports git commit messages, merge messages, tag messages, add -p messages, and rebase -i messages" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:38 | ||
| msgid "Supports Mercurial commit messages" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:39 | ||
| msgid "Shows a welcome window when launched from desktop" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:49 | ||
| msgid "Commit main window" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:55 | ||
| msgid "Commit main window - dark mode" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:61 | ||
| msgid "Commit welcome window" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:67 | ||
| msgid "Commit welcome window - dark mode" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:75 | ||
| msgid "Add a Preferences window" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:76 | ||
| msgid "Set default title length hint to 50 characters" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:77 | ||
| msgid "Fix reading commits with special characters" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:78 | ||
| msgid "Fix git rebase not recognized" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:79 | ||
| msgid "Make windows bottom corners rounded" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:80 | ||
| msgid "Add 6px margin to editor" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:86 | ||
| msgid "⚠️ Action required. After updating, please launch the application and follow the instructions." | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:91 | ||
| msgid "Show a welcome window when launched from desktop" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:92 | ||
| msgid "Add support for Mercurial" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:93 | ||
| msgid "Remove filesystem permission" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:99 | ||
| msgid "Initial release. Forked from Gnomit 2.0." | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:101 | ||
| msgid "Support \"#\" in commit message" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.appdata.xml:102 | ||
| msgid "Properly recognize executable path" | ||
| msgstr "" | ||
|
|
||
| #: data/re.sonny.Commit.gschema.xml:7 src/preferences.ui:19 | ||
| #: src/preferences.ui:28 | ||
| msgid "Message title length hint" | ||
| msgstr "" | ||
|
|
||
| #. TRANSLATORS: eg. 'Translator Name <your.email@domain.com>' or 'Translator Name <https://website.example>' | ||
| #: src/about.js:19 | ||
| msgid "translator-credits" | ||
| msgstr "" | ||
|
|
||
| #: src/window.ui:21 | ||
| msgid "Cancel" | ||
| msgstr "" | ||
|
|
||
| #: src/preferences.ui:6 src/welcome.ui:207 | ||
| msgid "Preferences" | ||
| msgstr "" | ||
|
|
||
| #: src/welcome.ui:58 | ||
| msgid "To set Commit as default editor for Git run the following command in Terminal" | ||
| msgstr "" | ||
|
|
||
| #: src/welcome.ui:90 src/welcome.ui:172 | ||
| msgid "Copy to Clipboard" | ||
| msgstr "" | ||
|
|
||
| #: src/welcome.ui:104 src/welcome.ui:181 | ||
| msgid "Documentation" | ||
| msgstr "" | ||
|
|
||
| #: src/welcome.ui:108 | ||
| msgid "https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_editor" | ||
| msgstr "" | ||
|
|
||
| #. TRANSLATORS: Don't translate <tt>hgrc</tt> | ||
| #: src/welcome.ui:139 | ||
| msgid "To set Commit as default editor for Mercurial, set the following in your <tt>hgrc</tt>" | ||
| msgstr "" | ||
|
|
||
| #: src/welcome.ui:185 | ||
| msgid "https://www.mercurial-scm.org/wiki/editor" | ||
| msgstr "" | ||
|
|
||
| #: src/welcome.ui:214 | ||
| msgid "About Commit" | ||
| msgstr "" | ||
|
|
||
| #: src/welcome.ui:221 | ||
| msgid "Quit" | ||
| msgstr "" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.