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

Sync 2-1 from ru to ukr #187

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

timagixe
Copy link

@timagixe timagixe commented Jan 3, 2023

  • check spelling
  • update book index adding content
  • execute npm run format before open PR
  • do not regenerate book.pdf, it is s subject of separate PR

Closes #160

@timagixe timagixe changed the title #160 Sync 2-1 from ru to ukr Sync 2-1 from ru to ukr Jan 3, 2023
Comment on lines +9 to +12
- Глобальні змінні: `MAX_PURCHASE`, `REQUEST_TIMEOUT`, `ERROR_CODES`
- Колекції: `prices`, `goods`, `boughtItems`
- Окремі значення: `amount`, `groupName`, `total`
- Функції: `calculateSubtotal`, `calculateTotal`, `validateExpenses`
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tshemsedinov I believe we are missing ; (semi-colon) at the end of every example, aren't we? Should I add semi-colon both to UA/RU versions?

Suggested change
- Глобальні змінні: `MAX_PURCHASE`, `REQUEST_TIMEOUT`, `ERROR_CODES`
- Колекції: `prices`, `goods`, `boughtItems`
- Окремі значення: `amount`, `groupName`, `total`
- Функції: `calculateSubtotal`, `calculateTotal`, `validateExpenses`
- Глобальні змінні: `MAX_PURCHASE`, `REQUEST_TIMEOUT`, `ERROR_CODES`;
- Колекції: `prices`, `goods`, `boughtItems`;
- Окремі значення: `amount`, `groupName`, `total`;
- Функції: `calculateSubtotal`, `calculateTotal`, `validateExpenses`;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sync 2-1 from ru to uk
1 participant