Update Japanese translation #59

Open
usergreen wants to merge 10 commits from usergreen/efl:efl-1.25 into master
First-time contributor
No description provided.
usergreen added 10 commits 2024-02-10 06:04:06 -08:00
a27f06e09c NEWS: fix some typos for 1.25 update
Vicent spotted some typos. Get them fixed here.
586357a090 build: fix dependencies of software engine
before the efl-one refactoring ecore_x_deps contained all the
dependencies for x11. After that not anymore, however, we should link
software_x11 to x11 libs directly, which is again happening after this
here.
44c613352d edje_external_inspector: re-order _init a bit: log after eina, remove ecore_init/shutdown as it is already managed by edje_init/shutdown
Reviewers: raster

Reviewed By: raster

Subscribers: raster, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12160
401ce9030e Ethumb: reorder _init/shutdown functions, ecore and evas init/shutdown are useless, as ecore_evas already manages them
Test Plan: compilation

Reviewers: raster

Reviewed By: raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12161
4774e7d682 build: addition to abf0e9dffe
the fix is also needed in ecore_imf modules.

Thank you Ross!
92da0a3339 evas: sw font draw - protect against null pointer access
The image data of dst could be null in a rare case.
@fix

Reviewed-by: Christopher Michael <devilhorns@comcast.net>
Differential Revision: https://phab.enlightenment.org/D12163
34be04121d efreet - windows - still call stat but skip lstat/readlink
now stat is filled with data on windows

@fix
ac6528c9ec Windows: fix copy'n paste
Summary: fix seat id and clean cnp data when needed

Test Plan: Ctrl-c and Ctrl-V (elm-->app, app--> elm elm-->elm)

Reviewers: jptiz, walac, cochisecesar, bu5hm4n, felipealmeida, raster

Reviewed By: felipealmeida, raster

Subscribers: netstar, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12166
86b5ea5af8 Ecore_file: on Windows, fix errno value when dst exists.
Summary: This also fixes the saving of elementary_config file

Test Plan: execution of elementary_config

Reviewers: jptiz, raster

Reviewed By: raster

Subscribers: johnny1337, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12165
This pull request has changes conflicting with the target branch.
  • NEWS
  • meson.build
  • src/lib/efreet/efreet_cache.c
  • src/modules/evas/engines/software_x11/meson.build
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b usergreen-efl-1.25 master
git pull efl-1.25

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff usergreen-efl-1.25
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: enlightenment/efl#59
No description provided.