mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #809] [🇻🇳] Vietnamese language support #323
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#323
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lehuukhoa on GitHub (Apr 16, 2018).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/809
Originally assigned to: @lehuukhoa on GitHub.
I've created vietnamese language support for the web interface.
I think I did not understand how to update the program with the new language.
I added the string to webfile.h . Don't work.
@tobozo commented on GitHub (Apr 16, 2018):
please see how other translations were integrated and submit a PR so we can merge this as a new language
@ghost commented on GitHub (May 6, 2018):
Sorry but the language code for Vietnamese is Vi or Vie, not VN, according to Wikipedia.
Hope it help!
@tobozo commented on GitHub (May 8, 2018):
@bukkit188 you're right, instead of using Country codes as language indicators, the issue titles should be using Locales.
Unfortunately there aren't any unicode Emojis for languages/locales, so we're using the Emoji Country codes to flag the issues.
Of course the translation file will be named
vi.langafter the Vietnamese iso639-1 language code, just like the other files.