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

Version 2 #152

Merged
merged 66 commits into from
Apr 28, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
b83cbe0
Removed symbols
piotrpospiech Dec 20, 2021
71880f6
Removed currencies
piotrpospiech Dec 20, 2021
ab34641
Removed parseNumber
piotrpospiech Dec 20, 2021
0bbd362
removed locales
piotrpospiech Dec 22, 2021
d501977
removed tests
piotrpospiech Dec 22, 2021
f88e024
Fixed tests
piotrpospiech Jan 5, 2022
25a3e34
Changed getting locale
piotrpospiech Jan 5, 2022
402825a
removed purify
piotrpospiech Jan 13, 2022
ed9e1ea
removed react intergration
piotrpospiech Jan 13, 2022
1ef7232
removed createTranslator and createReactiveTranslator
piotrpospiech Jan 13, 2022
0988074
Merge branch 'master' of github.com:vazco/meteor-universe-i18n into v…
piotrpospiech Feb 3, 2022
0858993
Fixes
piotrpospiech Feb 3, 2022
cf4a59e
Fixes v2
piotrpospiech Feb 3, 2022
beb8aa9
Reverting changes in test data
piotrpospiech Feb 3, 2022
fbab527
Blackboxing string interpolation
zendranm Feb 4, 2022
eba006a
Blackboxing translation normalization
zendranm Feb 4, 2022
4ab5bf2
Removing unnecessary format function
zendranm Feb 4, 2022
ad2cd9d
Code review changes
zendranm Feb 4, 2022
050ce92
Refactor - regex
piotrpospiech Feb 7, 2022
65d66fe
locale toLowerCase
piotrpospiech Feb 7, 2022
3ef1bfe
Added prettier
piotrpospiech Feb 7, 2022
919b492
readme refactor
piotrpospiech Feb 7, 2022
2d0ab0f
Moving external functions to the i18n object
zendranm Feb 8, 2022
1742cc8
Differentiating between undefined and any other value
zendranm Feb 8, 2022
a7dc5a8
Updated prettier
piotrpospiech Feb 14, 2022
8aa6051
removed duplicated line
piotrpospiech Feb 14, 2022
a63fe75
formatted readme
piotrpospiech Feb 14, 2022
b0b882e
CI
piotrpospiech Feb 16, 2022
96041c5
CI v2
piotrpospiech Feb 16, 2022
4a11beb
fixed action trigger
piotrpospiech Feb 16, 2022
4c8d2f4
CI tests
piotrpospiech Feb 16, 2022
4c98392
CI tests
piotrpospiech Feb 16, 2022
8a48c58
fixed test
piotrpospiech Feb 17, 2022
f6ebba3
Removed travis and changed badges (readme)
piotrpospiech Feb 17, 2022
58acb2b
updated atmosphere readme
piotrpospiech Feb 17, 2022
afcf9f5
Documenting React and Blaze integrations
zendranm Feb 17, 2022
1788ebc
CI - wip
piotrpospiech Mar 9, 2022
4274b62
refactor
piotrpospiech Mar 9, 2022
7f75cb6
CI - wip
piotrpospiech Mar 9, 2022
081c035
CI - use open standards
piotrpospiech Mar 9, 2022
a96f498
CI - meteor versions
piotrpospiech Mar 9, 2022
78a9ddd
CI - meteor versions
piotrpospiech Mar 9, 2022
5eac83d
CI - meteor versions
piotrpospiech Mar 9, 2022
bb9b8ec
Fixed linting and types
piotrpospiech Mar 9, 2022
4674cc8
CI - lint
piotrpospiech Mar 9, 2022
d37db81
fixed import
piotrpospiech Mar 9, 2022
10396cf
readme - translation files
piotrpospiech Mar 9, 2022
83e8f3b
Pinning all dependency versions
zendranm Mar 15, 2022
c6a6691
Fixing code formatting in readme details
zendranm Mar 15, 2022
6646010
revert eslint rule
piotrpospiech Mar 16, 2022
adc5abd
fixes
piotrpospiech Mar 16, 2022
4b04328
Merge branch 'version-2' of github.com:vazco/meteor-universe-i18n int…
piotrpospiech Mar 16, 2022
dea499b
fixed npm command
piotrpospiech Mar 16, 2022
daf62f3
fixed copy command
piotrpospiech Mar 16, 2022
6e287a9
add to CI installing dependencies
piotrpospiech Mar 16, 2022
b120387
simplify test script
piotrpospiech Mar 16, 2022
028eca3
remove coverage
piotrpospiech Apr 8, 2022
221e044
added meteor version 2.6.1 to testing env
piotrpospiech Apr 8, 2022
581add3
refactor
piotrpospiech Apr 8, 2022
264ab0b
pinned packages' versions
piotrpospiech Apr 8, 2022
41b6f01
removed unused type
piotrpospiech Apr 8, 2022
e0ccbdb
refactor
piotrpospiech Apr 8, 2022
45634a3
refactor
piotrpospiech Apr 8, 2022
4f5009e
Pinning versions and improving Readme
zendranm Apr 21, 2022
b57cb2a
CR changes
zendranm Apr 22, 2022
51cedbc
Adding normalization to loadLocale server
zendranm Apr 27, 2022
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
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"jsx-a11y/no-static-element-interactions": 0,
"react-hooks/exhaustive-deps": 0,
"react/no-children-prop": 0,
"react/prop-types": 0,
"prettier/prettier": "error"
"react/prop-types": 0
},
"settings": {
"react": {
Expand Down
23 changes: 3 additions & 20 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,13 @@ jobs:
- name: Npm dependency duplication check
uses: vazco/open-standards/actions/npm-dependency-duplications/@action-test

- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Lint
run: npm run lint:ts

- name: Install Meteor
env:
METEOR_VERSION: ${{ matrix.meteor-version }}
run: curl https://install.meteor.com/?release=$METEOR_VERSION | /bin/sh

- name: Setup Meteor application
run: |
meteor create --bare test-app
cd test-app
meteor npm install puppeteer
mkdir packages
ln -s ../../ ./packages/meteor-universe-i18n
- name: Lint
run: meteor npm run lint:ts

- name: Run tests
run: |
cd test-app
export TEST_BROWSER_DRIVER=puppeteer
export UNIVERSE_I18N_LOCALES=en-US
meteor test-packages universe:i18n --once --driver-package=meteortesting:mocha
run: meteor npm test:once
Loading