docs: refactor and general cleanup (#1992)
This commit is contained in:
parent
88d46914ca
commit
b5fae464b6
31 changed files with 974 additions and 879 deletions
|
|
@ -41,10 +41,10 @@ situations. For example if a system tray icon is added it should be localized as
|
|||
|
||||
std::string msg = boost::locale::translate("Hello world!");
|
||||
|
||||
.. Tip:: More examples can be found in the documentation for
|
||||
.. tip:: More examples can be found in the documentation for
|
||||
`boost locale <https://www.boost.org/doc/libs/1_70_0/libs/locale/doc/html/messages_formatting.html>`__.
|
||||
|
||||
.. Warning:: This is for information only. Contributors should never include manually updated template files, or
|
||||
.. warning:: This is for information only. Contributors should never include manually updated template files, or
|
||||
manually compiled language files in Pull Requests.
|
||||
|
||||
Strings are automatically extracted from the code to the `locale/sunshine.po` template file. The generated file is
|
||||
|
|
|
|||
|
|
@ -59,5 +59,5 @@ Format inplace with rstfmt
|
|||
|
||||
Unit Testing
|
||||
------------
|
||||
.. Todo:: Sunshine does not currently have any unit tests. If you would like to help us improve please get in contact
|
||||
.. todo:: Sunshine does not currently have any unit tests. If you would like to help us improve please get in contact
|
||||
with us, or make a PR with suggested changes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue