mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[PR #761] [MERGED] Consistent newline code in CSV files with LF #2811
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2811
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/1Remote/1Remote/pull/761
Author: @itagagaki
Created: 11/8/2024
Status: ✅ Merged
Merged: 11/8/2024
Merged by: @VShawn
Base:
main← Head:1-csv-file-output-by-glossary_makerpy-has-inconsistent-line-ending-codes📝 Commits (1)
3c74389Consistent newline code in CSV files with LF📊 Changes
3 files changed (+637 additions, -637 deletions)
View changed files
📝
Ui/Resources/Languages/glossary.csv(+318 -318)📝
Ui/Resources/Languages/glossary_maker.py(+1 -1)📝
Ui/Resources/Languages/glossary_translated_by_google.csv(+318 -318)📄 Description
Currently it outputs CRLF as the CSV row break and LF as the line break in a data. This is inconsistent and confuses some editing tools.
This patch makes it consistent with LF. So all data stays the same.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.