Skip to content

Commit 7868fa7

Browse files
committed
remove Kaltsoon references
1 parent 452615b commit 7868fa7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/content/10/en/part10a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ When the Expo mobile app has finished installing, open it up. Next, if the Expo
110110

111111
Initialize your application with Expo command-line interface and set up the development environment either using an emulator or Expo's mobile app. It is recommended to try both and find out which development environment is the most suitable for you. The name of the application is not that relevant. You can, for example, go with <i>rate-repository-app</i>.
112112

113-
To submit this exercise and all the future exercises you need to [create a new GitHub repository](https://github.com/new). The name of the repository can be for example the name of the application you initialized with <em>expo init</em>. If you decide to create a private repository, add GitHub user [Kaltsoon](https://github.com/Kaltsoon) as a [repository collaborator](https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository). The collaborator status is only used for verifying your submissions.
113+
To submit this exercise and all the future exercises you need to [create a new GitHub repository](https://github.com/new). The name of the repository can be for example the name of the application you initialized with <em>expo init</em>. If you decide to create a private repository, add GitHub user [mluukkai](https://github.com/mluukkai) as a [repository collaborator](https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository). The collaborator status is only used for verifying your submissions.
114114

115115
Now that the repository is created, run <em>git init</em> within your application's root directory to make sure that the directory is initialized as a Git repository. Next, to add the created repository as the remote run <em>git remote add origin [email protected]:<YOUR_GITHUB_USERNAME>/<NAME_OF_YOUR_REPOSITORY>.git</em> (remember to replace the placeholder values in the command). Finally, just commit and push your changes into the repository and you are all done.
116116

src/content/10/es/part10a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Cuando la aplicación móvil Expo haya terminado de instalarse, ábrala. A conti
112112

113113
Inicialice su aplicación con la interfaz de línea de comandos de Expo y configure el entorno de desarrollo utilizando un emulador o la aplicación móvil de Expo. Se recomienda probar ambos y averiguar qué entorno de desarrollo es el más adecuado para usted. El nombre de la aplicación no es tan relevante. Puede, por ejemplo, usar <i>rate-repository-app</i>.
114114

115-
Para enviar este ejercicio y todos los ejercicios futuros, debe [crear un nuevo repositorio de GitHub](https://github.com/new). El nombre del repositorio puede ser, por ejemplo, el nombre de la aplicación que inicializó con <em>expo init</em>. Si decide crear un repositorio privado, agregue al usuario de GitHub [Kaltsoon](https://github.com/Kaltsoon) como [colaborador del repositorio](https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository). El estado de colaborador solo se utiliza para verificar sus envíos.
115+
Para enviar este ejercicio y todos los ejercicios futuros, debe [crear un nuevo repositorio de GitHub](https://github.com/new). El nombre del repositorio puede ser, por ejemplo, el nombre de la aplicación que inicializó con <em>expo init</em>. Si decide crear un repositorio privado, agregue al usuario de GitHub [mluukkai](https://github.com/mluukkai) como [colaborador del repositorio](https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository). El estado de colaborador solo se utiliza para verificar sus envíos.
116116

117117
Ahora que se creó el repositorio, ejecute <em>git init</em> dentro del directorio raíz de su aplicación para asegurarse de que el directorio se inicialice como un repositorio Git. A continuación, para agregar el repositorio creado como la ejecución remota <<em>git remote add origin [email protected]:<YOUR_GITHUB_USERNAME>/<NAME_OF_YOUR_REPOSITORY>.git</em> (recuerde reemplazar los valores de marcador de posición en el comando). Finalmente, simplemente confirme e inserte sus cambios en el repositorio y ya está.
118118

src/content/10/zh/part10a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ expo init rate-repository-app --template expo-template-blank@sdk-44 --npm
145145
<!-- Initialize your application with Expo command-line interface and set up the development environment either using an emulator or Expo's mobile app. It is recommended to try both and find out which development environment is the most suitable for you. The name of the application is not that relevant. You can, for example, go with <i>rate-repository-app</i>.-->
146146
用Expo命令行界面初始化你的应用,并使用模拟器或Expo's移动应用设置开发环境。建议同时尝试一下,找出最适合你的开发环境。应用的名称并不那么重要。例如,你可以用<i>rate-repository-app</i>。
147147

148-
<!-- To submit this exercise and all the future exercises you need to [create a new GitHub repository](https://github.com/new). The name of the repository can be for example the name of the application you initialized with <em>expo init</em>. If you decide to create a private repository, add GitHub user [Kaltsoon](https://github.com/Kaltsoon) as a [repository collaborator](https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository). The collaborator status is only used for verifying your submissions.-->
149-
要提交这个练习和所有未来的练习,你需要[创建一个新的 GitHub 仓库](https://github.com/new)。仓库的名字可以是你用<em>expo init</em>初始化的应用的名字。如果你决定创建一个私有仓库,请将 GitHub 用户 [Kaltsoon](https://github.com/Kaltsoon) 添加为 [仓库合作者](https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository) 。合作者的身份只用于验证你的提交。
148+
<!-- To submit this exercise and all the future exercises you need to [create a new GitHub repository](https://github.com/new). The name of the repository can be for example the name of the application you initialized with <em>expo init</em>. If you decide to create a private repository, add GitHub user [mluukkai](https://github.com/mluukkai) as a [repository collaborator](https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository). The collaborator status is only used for verifying your submissions.-->
149+
要提交这个练习和所有未来的练习,你需要[创建一个新的 GitHub 仓库](https://github.com/new)。仓库的名字可以是你用<em>expo init</em>初始化的应用的名字。如果你决定创建一个私有仓库,请将 GitHub 用户 [mluukkai](https://github.com/mluukkai) 添加为 [仓库合作者](https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository) 。合作者的身份只用于验证你的提交。
150150

151151
<!-- Now that the repository is created, run <em>git init</em> within your application's root directory to make sure that the directory is initialized as a Git repository. Next, to add the created repository as the remote run <em>git remote add origin [email protected]:<YOUR_GITHUB_USERNAME>/<NAME_OF_YOUR_REPOSITORY>.git</em> (remember to replace the placeholder values in the command). Finally, just commit and push your changes into the repository and you are all done.-->
152152
现在仓库已经创建,在你的应用的根目录下运行<em>git init</em>,以确保该目录被初始化为一个 Git 仓库。接下来,为了将创建的仓库添加为远程仓库,运行<em>git remote add origin [email protected]:<YOUR_GITHUB_USERNAME>/<NAME_OF_YOUR_REPOSITORY>.git</em>(记住要替换命令中的占位符值)。最后,提交并将你的修改推送到版本库中,你就完成了。

src/content/11/en/part11e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Obviously, this exercise is not done in the same repository as the previous exer
113113

114114
Protect the main branch of the repository where you did the previous exercise. This time prevent also the administrators from merging the code without a review.
115115

116-
Do a pull request and ask any of GitHub users [mluukkai](https://github.com/mluukkai) and/or [kaltsoon](https://github.com/kaltsoon) to review your code. Once the review is done, merge your code to the main branch. Note that the reviewer needs to be a collaborator in the repository. Ping us in Discord to get the review, and to include the collaboration invite link to the message.
116+
Do a pull request and ask GitHub user [mluukkai](https://github.com/mluukkai) to review your code. Once the review is done, merge your code to the main branch. Note that the reviewer needs to be a collaborator in the repository. Ping us in Discord to get the review, and to include the collaboration invite link to the message.
117117

118118
**Please note** what was written above, include the link to _the collaboration invite_ in the ping, not the link to the pull request.
119119

src/content/11/zh/part11e.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ lang: zh
150150
<!-- Protect the main branch of the repository where you did the previous exercise. This time prevent also the administrators from merging the code without a review.-->
151151
保护你之前练习的版本库的主分支。这次也要防止管理员在没有审核的情况下合并代码。
152152

153-
<!-- Do a pull request and ask any of GitHub users [mluukkai](https://github.com/mluukkai) and/or [kaltsoon](https://github.com/kaltsoon) to review your code. Once the review is done, merge your code to the main branch. Note that the reviewer needs to be a collaborator in the repository. Ping us in Discord to get the review, it is best to send a private message and to include the collaboration invite link to the message.-->
154-
做一个拉动请求,请GitHub用户[mluukkai](https://github.com/mluukkai)和/或[kaltsoon](https://github.com/kaltsoon)中的任何一个来审查你的代码。一旦审查完毕,就把你的代码合并到主分支。注意,审查者需要是版本库中的合作者。在 Discord 中与我们联系以获得审查,最好是发送私人信息,并在信息中加入合作邀请链接。
153+
<!-- Do a pull request and ask GitHub user [mluukkai](https://github.com/mluukkai) to review your code. Once the review is done, merge your code to the main branch. Note that the reviewer needs to be a collaborator in the repository. Ping us in Discord to get the review, it is best to send a private message and to include the collaboration invite link to the message.-->
154+
做一个拉动请求,请GitHub用户[mluukkai](https://github.com/mluukkai)和/或 中的任何一个来审查你的代码。一旦审查完毕,就把你的代码合并到主分支。注意,审查者需要是版本库中的合作者。在 Discord 中与我们联系以获得审查,最好是发送私人信息,并在信息中加入合作邀请链接。
155155

156156
<!-- Then you are done!-->
157157
然后你就完成了!

0 commit comments

Comments
 (0)