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

Fix Carriage Return Issue When Uploading DB Fields to Translation.io #524

Merged
merged 3 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [Unreleased]

### Fixed

- Fixed handling of `\r` when syncing db fields to translation.io [#523](https://github.com/portagenetwork/roadmap/issues/523)

## [3.3.1+portage-3.2.1] - 2023-10-19

### Fixed
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/lagoan/translation_io_rails
revision: 1975821394c8c84da9458d7c6a588c862cdcb46e
revision: 6fbb2cd619e7bf01b37b9b8916b0f345899f876b
branch: fix/broken_db_fake_method_calls
specs:
translation (1.22)
Expand Down Expand Up @@ -206,10 +206,11 @@ GEM
fuubar (2.5.1)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
gettext (3.4.3)
gettext (3.4.9)
erubi
locale (>= 2.0.5)
prime
racc
text (>= 1.3.0)
git (1.18.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -514,7 +515,7 @@ GEM
activesupport (>= 4.2.0)
simpleidn (0.2.1)
unf (~> 0.1.4)
singleton (0.1.1)
singleton (0.2.0)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
Expand Down
Loading