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

feat: atlas pull and push scripts | FC-55 #412

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
05d3073
Merge pull request #281 from openedx/develop
volodymyr-chekyrta Feb 12, 2024
3a0e828
add the combine script and the initial Makefile
Amr-Nash Apr 16, 2024
c7cfac3
make the script working with all of the languages
Amr-Nash Apr 17, 2024
ef4f4f7
fix the makefile and the combine script
Amr-Nash Apr 17, 2024
7dc5e10
finish the splitting script
Amr-Nash Apr 19, 2024
f5bab09
add the name of the module as is without making .upper
Amr-Nash Apr 19, 2024
28272a6
add refactor the combine script
Amr-Nash Apr 22, 2024
c1da31b
Merge branch 'openedx:develop' into develop
OmarIthawi Apr 22, 2024
9a5fc03
fix the comments on the pull request
Amr-Nash Apr 22, 2024
fa0b3ff
fix the makefile comments
Amr-Nash Apr 22, 2024
55f8972
modify documentation:
Amr-Nash Apr 22, 2024
45955ca
fix the escape function
Amr-Nash Apr 22, 2024
c2ebb28
fix the escape function again
Amr-Nash Apr 22, 2024
895019f
fix the nit picks
Amr-Nash Apr 23, 2024
e322a17
refactor the splitting script
Amr-Nash Apr 23, 2024
d378be3
add the documentation to the code
Amr-Nash Apr 23, 2024
73a4121
add the script header documentation
Amr-Nash Apr 25, 2024
0929484
refactor the header documentation
Amr-Nash Apr 25, 2024
c3e8ded
chore: fix docs location
OmarIthawi Apr 25, 2024
54719ca
Merge pull request #1 from Zeit-Labs/combine_strings
OmarIthawi Apr 25, 2024
67c9091
Merge pull request #2 from Zeit-Labs/split_translation_files
OmarIthawi Apr 25, 2024
304e97a
make the changes to the scripts
Amr-Nash Apr 26, 2024
db73c1f
remove the en language from splittin and fix part of the make file
Amr-Nash Apr 26, 2024
ca6e930
add the I18N and the .venv to the gitignore
Amr-Nash Apr 26, 2024
ff4dc0e
create the directories if they do not exist
Amr-Nash Apr 26, 2024
ac85d23
Merge pull request #3 from Zeit-Labs/makefile_gitignore_edits
OmarIthawi Apr 26, 2024
283e24f
install atlas in the venv
Amr-Nash Apr 27, 2024
cbde6a7
fix the makefile
Amr-Nash Apr 27, 2024
40b3e3c
Merge pull request #4 from Zeit-Labs/makefile_gitignore_edits
OmarIthawi Apr 27, 2024
759680b
remove the uk translation files
Amr-Nash Apr 29, 2024
b413b75
ignore any translation other than english in this repo
Amr-Nash Apr 29, 2024
9fa44e0
fix translation
Amr-Nash Apr 29, 2024
175fdb7
combine the scripts and change the Makefile accordingly
Amr-Nash Apr 29, 2024
b88125c
add documentation for the new functions
Amr-Nash Apr 30, 2024
403f87e
change the header documentation
Amr-Nash Apr 30, 2024
32b6ea6
Merge pull request #5 from Zeit-Labs/makefile_gitignore_edits
OmarIthawi May 1, 2024
87cb04e
Merge pull request #6 from Zeit-Labs/combine_scripts
OmarIthawi May 3, 2024
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
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,10 @@ vendor/
venv/
Podfile.lock
config_settings.yaml
default_config/
default_config/

# Additions for specific folders
.venv/
I18N/
*.lproj/
!en.lproj/
49 changes: 0 additions & 49 deletions Authorization/Authorization/uk.lproj/Localizable.strings

This file was deleted.

115 changes: 0 additions & 115 deletions Core/Core/uk.lproj/Localizable.strings

This file was deleted.

121 changes: 0 additions & 121 deletions Course/Course/uk.lproj/Localizable.strings

This file was deleted.

14 changes: 0 additions & 14 deletions Dashboard/Dashboard/uk.lproj/Localizable.strings

This file was deleted.

37 changes: 0 additions & 37 deletions Discovery/Discovery/uk.lproj/Localizable.strings

This file was deleted.

Loading
Loading