Blame view

README-DEV 777 Bytes
janek37 authored
1
dodawanie filtrów dla leksemów
janek37 authored
2
janek37 authored
3
1. w js/lexeme-view.js dodajemy opis do filter_fields
janek37 authored
4
[opcjonalnie: generować listę wartości w dictionary/views.py]
janek37 authored
5
2. dodać tłumaczenie pola do LexemeQuery.filter_field_translation
janek37 authored
6
3. jeśli filtr potrzebuje specjalnej obsługi, to w LexemeQuery.apply_filter_rule
janek37 authored
7
4. i już!
janek37 authored
8
janek37 authored
9
10
11
12
13
14
dodawanie kolumn dla leksemów

1. w js/lexeme-view.js dodajemy opis do all_columns
2. w dictionary/ajax_lexeme_slickgrid dodajemy funkcję wyciągającą wartość
   w column_data
janek37 authored
15
16
17
18
19
dodawanie pól leksemu w historii

1. attribute_translation_list
2. lexeme_attribute_order
3. get_lexeme_attr
janek37 authored
20
21
22
23
24
4. prepare_value

wyszukiwanie wywołań gettext w javascripcie

grep -no 'gettext([^)]*)' -r . | sed -e 's/:gettext(/\nmsgid /' -e 's/")/"\nmsgstr ""\n/' -e 's%./%# %'