Skip to content

Commit

Permalink
Merge pull request #524 from portagenetwork/aaron/issues/523
Browse files Browse the repository at this point in the history
Fix Carriage Return Issue When Uploading DB Fields to Translation.io
  • Loading branch information
aaronskiba authored Nov 20, 2023
2 parents 34fe446 + ae71ae3 commit 6eb45bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
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

0 comments on commit 6eb45bc

Please sign in to comment.