Difference between revisions of "Strings"
Jump to navigation
Jump to search
(creation, links to useful places, basically a disambig page but can have some useful info added.) |
|||
(One intermediate revision by one other user not shown) | |||
Line 12: | Line 12: | ||
* [[VideolanStringGuidelines|Videolan String Guidelines]] | * [[VideolanStringGuidelines|Videolan String Guidelines]] | ||
* [[Code Conventions]] | * [[Code Conventions]] | ||
− | * [[Documentation:Hacker's Guide]] - Useful to help locate a string you found without utilizing a full text search. | + | * [[Documentation:Hacker's Guide|Hacker's Guide]] - Useful to help locate a string you found without utilizing a full text search. |
+ | ** [[Documentation:Hacker's Guide/Interfaces|Interfaces]] - Most strings work is done in interfaces, familiarization with the section is useful. | ||
+ | |||
+ | [[Category:Coding]] |
Latest revision as of 11:07, 23 November 2010
User interface elements in VLC are driven by strings. Strings should be in proper English. See the Videolan String Guidelines for more information.
Current String review projects
- QT4StringsReview for 0.9.0
Previous String review projects
More Info
- Unicode
- Videolan String Guidelines
- Code Conventions
- Hacker's Guide - Useful to help locate a string you found without utilizing a full text search.
- Interfaces - Most strings work is done in interfaces, familiarization with the section is useful.