Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
helpme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Kirsch
helpme
Commits
993c8ed4
Commit
993c8ed4
authored
5 years ago
by
Jakob Kirsch
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
22df6f49
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-3
19 additions, 3 deletions
README.md
with
19 additions
and
3 deletions
README.md
+
19
−
3
View file @
993c8ed4
...
...
@@ -20,6 +20,22 @@ This is a small extensible helper.
| file | name of function | parameter | returns | use |
| ------ | ------ | ------ | ------ | ------ |
| apps/base.py | BaseActivity | / | instance of BaseActivity |the base for an activity |
| apps/utils.py | get_option | list of options in style like {"name":object} | choosen object | get the choosen object from a list |
| apps/utils.py | get_int | text | entered integer | get an integer without try/except |
\ No newline at end of file
|
`apps/base.py`
| BaseActivity | / | instance of BaseActivity |the base for an activity |
|
`apps/utils.py`
| get_option | list of options in style like {"name":object} | choosen object | get the choosen object from a list |
|
`apps/utils.py`
| get_int | text | entered integer | get an integer without try/except |
|
`__main__.py`
| _ | text | translated text | can be used to translate the program while running |
**write your own translation**
1.
search the wanted string (e.g. "Hello")
1.
create your translation file in style prefix_suffix.lp (e.g.
`de_de.lp`
)
1.
edit your translation file in the translation directory and add your translations in style:
`<Hello`
`>Hallo`
*or*
`<Hello`
`<world`
`>Hallo`
`>Welt`
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment