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

Towards version 0.3.0 #71

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open

Towards version 0.3.0 #71

wants to merge 54 commits into from

Conversation

ochibani
Copy link
Contributor

@ochibani ochibani commented Jun 6, 2024

The translation need more review.

@me00001 me00001 linked an issue Jun 7, 2024 that may be closed by this pull request
@ochibani
Copy link
Contributor Author

area_set_button.connect_clicked(move |_| {
    _area_capture
        .borrow_mut()
        .get_window_by_name(&gettext("Area Chooser"));

Forgot to replace this line.

@ochibani
Copy link
Contributor Author

    _area_capture
        .borrow_mut()
        .get_window_by_name(_area_chooser_window.title().unwrap().as_str());

This should solve the issue.

@ochibani ochibani changed the title Fix translation issue Towards version 0.3.0 Jun 18, 2024
@@ -10,38 +10,35 @@ A simple desktop recorder for Linux systems. Built using GTK4 and ffmpeg.
- You can choose the audio input source you want from the list.
- You can also set the default values you want by simply changing them in the interface, and the program will save them for you for the next time you open it.

it based on [Green Recorder](https://github.com/mhsabbagh/green-recorder) and rewritten in Rust with improvements
It based on [Green Recorder](https://github.com/mhsabbagh/green-recorder) and rewritten in Rust with improvements.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
It based on [Green Recorder](https://github.com/mhsabbagh/green-recorder) and rewritten in Rust with improvements.
This project is based on [Green Recorder](https://github.com/mhsabbagh/green-recorder) and is rewritten in Rust with improvements.


## Installation
Blue Recorder available as Snap and Flatpak package
Blue Recorder available as Snap and Flatpak package:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Blue Recorder available as Snap and Flatpak package:
Blue Recorder is available as a Snap and Flatpak package.


<a href='https://snapcraft.io/blue-recorder'><img height='60' alt='Get it from the Snap Store' src='https://snapcraft.io/static/images/badges/en/snap-store-black.svg'/></a> <a href='https://flathub.org/apps/details/sa.sy.bluerecorder'><img height='60' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>

## Build from source
Blue Recorder depend in the following dependencies
Blue Recorder depend in the following dependencies:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Blue Recorder depend in the following dependencies:
Blue Recorder depends on the following dependencies:

```

install dependencies Ubuntu and Debian based distros
Install dependencies Ubuntu and Debian based distros:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Install dependencies Ubuntu and Debian based distros:
Install dependencies for Ubuntu and Debian-based distros:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

translations not work
3 participants