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

Added pt-PT translation #21

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
40d9af2
Added pt-PT translation
redglory Jan 19, 2015
d267f93
new jquery-ui syntax "jquery-ui/datepicker"
redglory Feb 11, 2015
65ea513
spree and spree_auth_devise bump to ~> 2.4
redglory Feb 11, 2015
b8553bc
Adjust to spree 3-0-stable
redglory Feb 16, 2015
8fd8658
Adjust to spree 3-0-stable
redglory Feb 16, 2015
5b30a32
Adjust to spree 3-0-stable
redglory Feb 16, 2015
c5f0c89
Adjust to spree 3-0-stable
redglory Feb 16, 2015
9d9af44
Adjust to spree 3-0-stable
redglory Feb 16, 2015
fd24e48
Adjust to spree 3-0-stable
redglory Feb 16, 2015
13f2fb5
i18n locale for Portugal is 'pt' and not 'pt-PT'
redglory Feb 16, 2015
361cc81
i18n locale for Portugal is 'pt' and not 'pt-PT'
redglory Feb 16, 2015
d05779e
Adjust to spree 3-0-stable
redglory Feb 18, 2015
b779fb6
replace '-' with '_' in 'spree-bank-transfer'
redglory Feb 18, 2015
81bd380
changed assets directory references
redglory Jun 25, 2015
0d5011a
fix sidebar configuration menu
redglory Jul 9, 2015
6039949
Adjust to new backend bootstrap theme and fix toggle_navitagion.js.erb
redglory Jul 10, 2015
340285e
i18n locale for Portugal is 'pt' and not 'pt-PT'
redglory Feb 16, 2015
e45ff02
i18n locale for Portugal is 'pt' and not 'pt-PT'
redglory Feb 16, 2015
48b4a64
changed assets directory references
redglory Jun 25, 2015
949db2e
fix sidebar configuration menu
redglory Jul 9, 2015
7287334
Adjust to new backend bootstrap theme and fix toggle_navitagion.js.erb
redglory Jul 10, 2015
e020d12
merge some 3-0-stable fixes to master
redglory Jul 10, 2015
e9a520b
Adjust gemspec to depend on spree 3.1.0
redglory Jul 10, 2015
abc79a5
Adjusted gemfile, versionfile to spree master branch
redglory Jul 10, 2015
457c837
erb to slim
redglory Jul 15, 2015
234d9fa
localize datepicker and fixed hide/show bank payment form javascript
redglory Jul 28, 2015
c60f34a
pushed 3-1-stable
redglory Aug 5, 2016
1559a90
merge 3-1-stable with master
redglory Feb 18, 2017
7893518
added verion 'master'
redglory Feb 18, 2017
a54192b
spree_core dependant of '>= 3.1.0, < 4.0'
redglory Feb 18, 2017
775b87d
updated jquery_ui/datepicker source
redglory Sep 24, 2017
bd58396
fixed before_filter
redglory Nov 25, 2018
2d9476f
bump version
redglory Nov 25, 2018
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
Prev Previous commit
Next Next commit
erb to slim
redglory committed Jul 15, 2015
commit 457c8371da6d806c3abb69aae534e03bd3014378
16 changes: 0 additions & 16 deletions app/views/spree/checkout/payment/_banktransfer.html.erb

This file was deleted.

11 changes: 11 additions & 0 deletions app/views/spree/checkout/payment/_banktransfer.slim
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- if (banks = Spree::Bank.active).any?
table.table
tr
th = Spree.t(:bank_name)
th = Spree.t(:account_no)
th = Spree.t(:additional_details)
- banks.each do |bank|
tr
td = bank.name
td = bank.account_no
td = bank.additional_details