File: translate_files

package info (click to toggle)
stellarium 24.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 911,396 kB
  • sloc: ansic: 317,377; cpp: 204,602; xml: 48,590; javascript: 26,348; python: 1,254; perl: 1,108; sh: 207; makefile: 190; pascal: 169
file content (17 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file contains the relative path to all web files
# which should be routed through the StelTranslator for translation.
# Translatable strings should be enclosed a pseudo-PHP tr() function.
# 
# Example: <?= tr("This is an example")?> will be replaced with the 
# translation of "This is an example" in the current Stellarium language.
# One line per file, no wildcards supported
# 
# Important: All files listed here should be UTF-8 encoded!


# This is the primary HTML file 
index.html
tablet7in.html
# Contains strings which are only used in JS code, generated by script
# .../plugins/RemoteControl/util/update_translationdata.py
js/translationdata.js