Add note about perserving "locale/locale" directory

This commit is contained in:
CuriousTommy 2022-05-21 20:09:12 -07:00 committed by GitHub
parent 7d44b91b5c
commit 73d2101271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ Follow [step 1](index.md#step-1) in "General Steps", with some extra exceptions.
* `empty.c` - This is needed as a dummy source file for libraries that are only built for certain configurations.
* `weak_reference.h` - This is needed to provide a no-op macro that sometimes gets overridden or undefined in certain files
* `darling-scripts` - This directory contains some scripts you'll need later on to generate some essential files
* `locale/locale` - Contains locale information.
### 2. Create an initial update commit