[PR #761] [MERGED] Consistent newline code in CSV files with LF #2811

Closed
opened 2026-03-01 17:23:21 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: 1-csv-file-output-by-glossary_makerpy-has-inconsistent-line-ending-codes


📝 Commits (1)

  • 3c74389 Consistent 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.

## 📋 Pull Request Information **Original PR:** https://github.com/1Remote/1Remote/pull/761 **Author:** [@itagagaki](https://github.com/itagagaki) **Created:** 11/8/2024 **Status:** ✅ Merged **Merged:** 11/8/2024 **Merged by:** [@VShawn](https://github.com/VShawn) **Base:** `main` ← **Head:** `1-csv-file-output-by-glossary_makerpy-has-inconsistent-line-ending-codes` --- ### 📝 Commits (1) - [`3c74389`](https://github.com/1Remote/1Remote/commit/3c743899eaa66ae6bce65b522677928dd918e226) Consistent newline code in CSV files with LF ### 📊 Changes **3 files changed** (+637 additions, -637 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:23:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/1Remote#2811
No description provided.