more typo
This commit is contained in:
parent
ee6f074775
commit
749e356358
@ -127,7 +127,6 @@ https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||
fi
|
||||
```
|
||||
|
||||
|
||||
- `../lang/fw-build.sh`
|
||||
|
||||
In section `#update _SEC_LANG in binary file if language is selected` add
|
||||
@ -151,6 +150,7 @@ https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||
In section `#create binary file with all languages` add `if [ -e lang_yy.bin ]; then cat lang_yy.bin >> lang.bin; fi`
|
||||
|
||||
Example:
|
||||
|
||||
`if [ -e lang_nl.bin ]; then cat lang_nl.bin >> lang.bin; fi`
|
||||
|
||||
- `../lang/fw-clean.sh`
|
||||
|
Loading…
Reference in New Issue
Block a user